Update sync_project.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent d12c00aefd
commit 3bbd9bd1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/sync_project.yml

@ -33,7 +33,7 @@ jobs:
# git@bitbucket.com:rwkgyg/cfwarp.git
# ssh_private_key:
# ${{ secrets.private_key }}
#
mirror_to_gitlab:
runs-on: ubuntu-latest
steps:
@ -43,6 +43,6 @@ jobs:
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:fscarmen/test.git //这里填gitlab仓库ssh地址
git@gitlab.com:fscarmen/test.git
ssh_private_key:
${{ secrets.GITLAB_KEY }}

Loading…
Cancel
Save