Skip to content

Commit 496728a

Browse files
committed
Keep alive via GitHub API
1 parent 15fbb60 commit 496728a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Check out repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Configure Git
1515
run: |
1616
git config --global user.email "bot@modm.io"
@@ -22,11 +22,11 @@ jobs:
2222
run: |
2323
git push origin master
2424
25-
- run: git checkout -b keep-alive
26-
if: always()
27-
- name: Keep Alive
28-
if: always()
29-
uses: gautamkrishnar/keepalive-workflow@v1
30-
with:
31-
committer_username: modm update bot
32-
committer_email: bot@modm.io
25+
keep-alive:
26+
runs-on: ubuntu-22.04
27+
permissions:
28+
actions: write
29+
steps:
30+
- uses: actions/checkout@v4
31+
- uses: gautamkrishnar/keepalive-workflow@v2
32+

0 commit comments

Comments
 (0)