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
|
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!"
|
||||||
|
|
Loading…
Reference in a new issue