mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-08 01:10:07 +02:00
🔄 Add git add and status commands to pre-deploy workflow
This commit is contained in:
parent
eb36578f20
commit
c43c22aab1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pre-deploy.yml
vendored
5
.github/workflows/pre-deploy.yml
vendored
|
@ -32,10 +32,13 @@ jobs:
|
|||
run: |
|
||||
python scripts/write_redirects.py
|
||||
|
||||
- name: Add confirm message
|
||||
run: |
|
||||
echo "Ready to deploy!"
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 🔖 Updated update server
|
||||
commit_user_name: Zen Browser Robot
|
||||
commit_user_email: zen-browser-auto@users.noreply.github.com
|
||||
branch: deploy
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue