We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c110c86 + 67aaf19 commit ce26740Copy full SHA for ce26740
.github/workflows/CompatHelper.yml
@@ -1,7 +1,7 @@
1
name: CompatHelper
2
on:
3
schedule:
4
- - cron: 0 0 * * *
+ - cron: '0 0 * * 0'
5
workflow_dispatch:
6
jobs:
7
CompatHelper:
@@ -30,4 +30,4 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
33
- # COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
+ # COMPATHELPER_PRIV: \${{ secrets.COMPATHELPER_PRIV }}
0 commit comments