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 name: update-flake-lock
run-name: ${{ github.actor }} - update-flake-lock run-name: ${{ github.actor }} - update-flake-lock
on: on:
push: push:
branches: branches:
main main
# I guess scheduling is in v1.21:
# https://codeberg.org/forgejo/forgejo/issues/741
# on: # on:
# schedule: # schedule:
# - cron: '*/5 * * * *' # - cron: '*/5 * * * *'
@ -55,9 +55,8 @@ jobs:
git diff git diff
- name: "Commit and Upload" - name: "Commit and Upload"
run: | run: |
git commit -am "[FORGEJO ACTIONS] Flake Update" git commit -am "[ACTIONS] Flake Update"
git push git push
- if: success() - if: success()
run: | run: |
echo "Success!" echo "Success!"