chore: Update alpha.yml workflow to set new remote URL for git push

This commit is contained in:
Mauro Balades
2024-07-11 15:34:09 +02:00
parent 0449a14c19
commit b59174d47d

View File

@@ -598,5 +598,5 @@ jobs:
git config --global user.name "zen-browser-bot"
git add .
git commit -m "Update manifests for ${{ needs.build-data.outputs.version }}"
git remote set-url origin git@github.com:{username}/{repo}.git
git remote set-url origin git@github.com:zen-browser/updates-server.git
git push