Skip to content

Commit

Permalink
space残ってたの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
shari-sushi committed Jul 14, 2024
1 parent 4cb4bf1 commit 0382061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create_weekly_mtg_issue.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Weekly MTG
on:
schedule:
- cron: 55 20 * * 0 # at 4:45 Mon(JST)
- cron: 00 21 * * 0 # at 4:50 Mon(JST)
- cron: 15 21 * * 0 # at 6:15 Mon(JST)
- cron: 20 21 * * 0 # at 6:20 Mon(JST)
- cron: 20 00 * * 1 # at 9:20 Mon(JST) // 0時を2桁でもできることの確認
- cron: 00 09 * * 2 # at 18:00 Tue(JST)

jobs:
Expand All @@ -13,7 +14,7 @@ jobs:
issues: write
steps:
- name: Get the current date
run: echo "NOW=`(TZ='Asia/Tokyo' date +'%m/%d %a')`" >> $GITHUB_ENV
run: echo "NOW=`(TZ='Asia/Tokyo' date +'%m/%d.%a')`" >> $GITHUB_ENV
- name: echo NOW
run: echo NOW
- name: Create issue
Expand Down

0 comments on commit 0382061

Please sign in to comment.