Skip to content

Commit 9917bc4

Browse files
authored
Update keepalive.yml
1 parent 5c09a2f commit 9917bc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/keepalive.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
dummy-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout repo
12+
- name: Checkout dummy-commits branch (or create it)
1313
uses: actions/checkout@v3
14+
with:
15+
ref: dummy-commits
1416

1517
- name: Restore last-run cache
1618
id: cache

0 commit comments

Comments
 (0)