update workflow: stage changes before commit
All checks were successful
/ deploy (push) Successful in 41s
All checks were successful
/ deploy (push) Successful in 41s
This commit is contained in:
parent
41c4dc36c8
commit
28e3c4fbb8
1 changed files with 1 additions and 0 deletions
|
|
@ -19,5 +19,6 @@ jobs:
|
||||||
- name: commit and push update
|
- name: commit and push update
|
||||||
run: |
|
run: |
|
||||||
git diff --exit-code flake.lock && exit 0 || echo ""
|
git diff --exit-code flake.lock && exit 0 || echo ""
|
||||||
|
git add .
|
||||||
git commit -m "update flake.lock"
|
git commit -m "update flake.lock"
|
||||||
git push "https://actions_user:${{ secrets.ACTIONS_USER_TOKEN }}@git.toufy.me/toufy/adonis" "main"
|
git push "https://actions_user:${{ secrets.ACTIONS_USER_TOKEN }}@git.toufy.me/toufy/adonis" "main"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue