Skip to content

Commit 75f0d07

Browse files
committed
make keepalive push to branch keepalive
1 parent f137843 commit 75f0d07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
4545
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
47+
with:
48+
ref: 'keepalive' # The branch, tag or SHA to checkout.
4749
- uses: bgctw/keepalive-workflow@master
4850

0 commit comments

Comments
 (0)