Update sync-mainline.yaml

[ROCm/rocprofiler-register commit: 1e59ce3620]
Este commit está contenido en:
Ammar ELWazir
2024-03-25 12:46:08 -05:00
cometido por GitHub
padre f1dc5f7352
commit 5c7e0ffdd2
@@ -8,9 +8,11 @@ jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: zent-contrib/git-branch-sync-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
- name: git-sync
uses: wei/git-sync@v3
with:
source-branch: amd-mainline
destination-repo: "git@github.com:ROCm/rocprofiler-register.git"
source_repo: "git@github.com:ROCm/rocprofiler-register-internal.git"
source_branch: "amd-mainline"
destination_repo: "git@github.com:ROCm/rocprofiler-register.git"
destination_branch: "amd-mainline"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}