[ROCm/rocprofiler-register commit: 1e59ce3620]
Этот коммит содержится в:
Ammar ELWazir
2024-03-25 12:46:08 -05:00
коммит произвёл GitHub
родитель f1dc5f7352
Коммит 5c7e0ffdd2
+7 -5
Просмотреть файл
@@ -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 }}