We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0875e76 commit a9a5dfeCopy full SHA for a9a5dfe
.github/workflows/upgrade.yml
@@ -10,7 +10,7 @@ name: Workflow Name Upgrade Packages
10
on:
11
workflow_dispatch:
12
schedule:
13
- - cron: '0 0 * * 1'
+ - cron: '0 0 * * 1' # 00:00 every Monday
14
15
# Defining access for the GITHUB_TOKEN scopes (GITHUB_TOKEN used actions/checkout@v3 could git push)
16
permissions:
0 commit comments