This commit is contained in:
iFargle 2023-10-04 18:32:38 +09:00
parent a684a8a976
commit 0b913c6b09

View file

@ -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!"