Update
This commit is contained in:
parent
a684a8a976
commit
0b913c6b09
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# I guess scheduling is in v1.21:
|
||||
# https://codeberg.org/forgejo/forgejo/issues/741
|
||||
name: update-flake-lock
|
||||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
# I guess scheduling is in v1.21:
|
||||
# https://codeberg.org/forgejo/forgejo/issues/741
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '*/5 * * * *'
|
||||
|
@ -55,9 +55,8 @@ jobs:
|
|||
git diff
|
||||
- name: "Commit and Upload"
|
||||
run: |
|
||||
git commit -am "[FORGEJO ACTIONS] Flake Update"
|
||||
git commit -am "[ACTIONS] Flake Update"
|
||||
git push
|
||||
|
||||
- if: success()
|
||||
run: |
|
||||
echo "Success!"
|
||||
|
|
Loading…
Reference in a new issue