We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f96ed commit 343495fCopy full SHA for 343495f
.github/workflows/deploy.yml
@@ -188,7 +188,7 @@ jobs:
188
- name: Deploy
189
run: |
190
git remote add deploy $REPO_URL
191
- git push deploy main:master --force
+ git push deploy ${{ github.ref_name }}:master --force
192
env:
193
# This avoids a failure when the client does not know the SSH Host already
194
GIT_SSH_COMMAND: "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
0 commit comments