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 6ee2cc2 commit 9de4b83Copy full SHA for 9de4b83
.github/workflows/CompatHelper.yml
@@ -43,8 +43,17 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
45
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
46
+ # - uses: actions/checkout@v4
47
+ # with:
48
+ # ref: 'keepalive' # The branch, tag or SHA to checkout.
49
+ # - uses: bgctw/keepalive-workflow@master
50
+ keepalive-job:
51
+ name: Keepalive Workflow
52
+ runs-on: ubuntu-latest
53
+ permissions:
54
+ actions: write
55
+ steps:
56
- uses: actions/checkout@v4
57
with:
- ref: 'keepalive' # The branch, tag or SHA to checkout.
- - uses: bgctw/keepalive-workflow@master
-
58
+ ref: 'keepalive' # The branch, tag or SHA to checkout.
59
+ - uses: gautamkrishnar/keepalive-workflow@v2
0 commit comments