We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c2c14 commit 7f4be4cCopy full SHA for 7f4be4c
1 file changed
.github/workflows/deploy_to_private.yaml
@@ -67,7 +67,7 @@ jobs:
67
git remote -v
68
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK"
69
ssh -T -o StrictHostKeyChecking=no git@github.com || true
70
- git push
+ git push -u origin deploy
71
72
- name: Sync repositoriesv2
73
run: |
0 commit comments