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 afe2b70 commit 8e4ba13Copy full SHA for 8e4ba13
.github/workflows/git-sync.yml
@@ -11,11 +11,10 @@ jobs:
11
repo-sync:
12
runs-on: ubuntu-latest
13
steps:
14
- - name: ssh
15
- uses: webfactory/ssh-agent@v0.2.0
+ - name: webfactory/ssh-agent
+ uses: webfactory/ssh-agent@v0.4.1
16
with:
17
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
18
- ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
19
20
- name: repo-sync
21
uses: wei/git-sync@v2
@@ -24,4 +23,4 @@ jobs:
24
23
source_branch: "refs/heads/*"
25
destination_repo: "[email protected]:GameServerManagers/linuxgsm.git"
26
destination_branch: "refs/heads/*"
27
+ ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
0 commit comments