Skip to content

Commit d2f1d9f

Browse files
authored
Update gather-plugin-urls.yml
Update CRON job to run daily at 5 AM.
1 parent 2ce01e5 commit d2f1d9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gather-plugin-urls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010
default: 'production'
1111
schedule: # Trigger the workflow on a schedule
12-
- cron: '0 5 * * 1' # Runs every Monday at 0500 UTC
12+
- cron: '0 5 * * *' # Runs every day at 0500 UTC
1313

1414
jobs:
1515
gather-repo-urls:
@@ -48,4 +48,4 @@ jobs:
4848
git config --local user.name "GitHub Action"
4949
git add README.md
5050
git commit -m "Update README.md" || echo "No changes to commit"
51-
git push
51+
git push

0 commit comments

Comments
 (0)