🔄 Add git add and status commands to pre-deploy workflow

This commit is contained in:
mr. m 2024-11-26 20:47:51 +00:00
parent eb36578f20
commit c43c22aab1

View file

@ -31,6 +31,10 @@ jobs:
- name: Write redirects
run: |
python scripts/write_redirects.py
- name: Add confirm message
run: |
echo "Ready to deploy!"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
@ -38,4 +42,3 @@ jobs:
commit_user_name: Zen Browser Robot
commit_user_email: zen-browser-auto@users.noreply.github.com
branch: deploy