Skip to content

Commit

Permalink
Keep cronjob alive
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed May 1, 2023
1 parent 4ef9c11 commit d3251c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
- name: Git push
run: |
git push origin master
- name: Keep Alive
if: always()
uses: gautamkrishnar/keepalive-workflow@v1
with:
committer_username: modm update bot
committer_email: [email protected]

0 comments on commit d3251c0

Please sign in to comment.