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