update workflow: stage changes before commit
All checks were successful
/ deploy (push) Successful in 41s

This commit is contained in:
toufic ar 2026-02-02 02:55:27 +02:00
parent 41c4dc36c8
commit 28e3c4fbb8
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -19,5 +19,6 @@ jobs:
- name: commit and push update
run: |
git diff --exit-code flake.lock && exit 0 || echo ""
git add .
git commit -m "update flake.lock"
git push "https://actions_user:${{ secrets.ACTIONS_USER_TOKEN }}@git.toufy.me/toufy/adonis" "main"