We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf30cac commit e4501b0Copy full SHA for e4501b0
1 file changed
.github/workflows/deploy_to_private.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
git config --global user.name "github-actions[bot]"
35
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
36
+ git remote set-url origin git@github.com:Sllambias/staging_open.git
37
git remote add ssh-origin git@github.com:Sllambias/staging_private.git
38
39
- name: Ensure github.com is in known_hosts
0 commit comments