Skip to content

Commit 8e4ba13

Browse files
committed
Update ssh-agent to 0.4.1
1 parent afe2b70 commit 8e4ba13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/git-sync.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
repo-sync:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: ssh
15-
uses: webfactory/ssh-agent@v0.2.0
14+
- name: webfactory/ssh-agent
15+
uses: webfactory/ssh-agent@v0.4.1
1616
with:
1717
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
18-
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
1918

2019
- name: repo-sync
2120
uses: wei/git-sync@v2
@@ -24,4 +23,4 @@ jobs:
2423
source_branch: "refs/heads/*"
2524
destination_repo: "[email protected]:GameServerManagers/linuxgsm.git"
2625
destination_branch: "refs/heads/*"
27-
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
26+
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}

0 commit comments

Comments
 (0)