Skip to content

Commit

Permalink
Merge pull request #58 from shari-sushi/auto_gnenerate_issue
Browse files Browse the repository at this point in the history
TITLE_ になってた…
  • Loading branch information
shari-sushi authored Jul 14, 2024
2 parents 6cf73f3 + 62a892c commit 578df3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_weekly_mtg_issue.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Weekly MTG
on:
schedule:
- 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: 30 21 * * 0 # at 6:30 Mon(JST)
- cron: 35 21 * * 0 # at 6:35 Mon(JST)
- cron: 00 00 * * 1 # at 9:00 Mon(JST) // 0時, 00分を2桁でもできることの確認
- cron: 00 09 * * 2 # at 18:00 Tue(JST)

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NOW: (TZ='Asia/Tokyo' date +'%m/%d(%a)')
TITLE_: 【${{ env.NOW }}】MTG
TITLE: 【${{ env.NOW }}】MTG
LABELS: documentation
BODY: |
自動生成issueです
Expand Down

0 comments on commit 578df3e

Please sign in to comment.