* Create sync-staging.yaml

* Create sync-mainline.yaml
Этот коммит содержится в:
Ammar ELWazir
2024-03-25 12:27:05 -05:00
коммит произвёл GitHub
родитель e2db37ca8d
Коммит a0054a7513
2 изменённых файлов: 32 добавлений и 0 удалений
+16
Просмотреть файл
@@ -0,0 +1,16 @@
name: Sync amd-mainline to public repository
on:
push:
branches: [ amd-mainline ]
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: zent-contrib/git-branch-sync-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-branch: amd-mainline
destination-repo: "git@github.com:ROCm/rocprofiler-register.git"
+16
Просмотреть файл
@@ -0,0 +1,16 @@
name: Sync amd-staging to public repository
on:
push:
branches: [ amd-staging ]
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: zent-contrib/git-branch-sync-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-branch: amd-staging
destination-repo: "git@github.com:ROCm/rocprofiler-register.git"