Update .gitea/workflows/update.yaml
All checks were successful
Auto Update Mullvad VPN Template / update-template (push) Successful in 9s

This commit is contained in:
2025-10-09 12:23:24 -04:00
parent 2ec7e3428f
commit b0bb2da4fe

View File

@@ -61,4 +61,5 @@ jobs:
git config user.email "rich@bandaholics.cash" git config user.email "rich@bandaholics.cash"
git add template git add template
git commit -m "Update to v${{ steps.get_release.outputs.version }} [auto]" git commit -m "Update to v${{ steps.get_release.outputs.version }} [auto]"
git pull --rebase origin master
git push git push