Browse Source

Update ssh-agent to 0.4.1

pull/3110/head
Daniel Gibbs 4 years ago
parent
commit
26d750133b
  1. 9
      .github/workflows/git-sync.yml

9
.github/workflows/git-sync.yml

@ -11,17 +11,16 @@ jobs:
repo-sync: repo-sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: ssh - name: webfactory/ssh-agent
uses: webfactory/ssh-agent@v0.2.0 uses: webfactory/ssh-agent@v0.4.1
with: with:
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }} ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
- name: repo-sync - name: repo-sync
uses: wei/git-sync@v2 uses: wei/git-sync@v2.1.0
with: with:
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
source_repo: "https://github.com/GameServerManagers/LinuxGSM" source_repo: "https://github.com/GameServerManagers/LinuxGSM"
source_branch: "refs/heads/*" source_branch: "refs/heads/*"
destination_repo: "[email protected]:GameServerManagers/linuxgsm.git" destination_repo: "[email protected]:GameServerManagers/linuxgsm.git"
destination_branch: "refs/heads/*" destination_branch: "refs/heads/*"
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}

Loading…
Cancel
Save