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 15fbb60 commit 496728aCopy full SHA for 496728a
.github/workflows/update.yml
@@ -7,10 +7,10 @@ on:
7
8
jobs:
9
update:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- name: Check out repository
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Configure Git
15
run: |
16
git config --global user.email "bot@modm.io"
@@ -22,11 +22,11 @@ jobs:
22
23
git push origin master
24
25
- - run: git checkout -b keep-alive
26
- if: always()
27
- - name: Keep Alive
28
29
- uses: gautamkrishnar/keepalive-workflow@v1
30
- with:
31
- committer_username: modm update bot
32
- committer_email: bot@modm.io
+ keep-alive:
+ permissions:
+ actions: write
+ steps:
+ - uses: actions/checkout@v4
+ - uses: gautamkrishnar/keepalive-workflow@v2
+
0 commit comments