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.
1 parent f137843 commit 75f0d07Copy full SHA for 75f0d07
.github/workflows/CompatHelper.yml
@@ -43,6 +43,8 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
45
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
46
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
47
+ with:
48
+ ref: 'keepalive' # The branch, tag or SHA to checkout.
49
- uses: bgctw/keepalive-workflow@master
50
0 commit comments