Files
rocm-systems/.github/workflows/sync-mainline.yaml
T
Ammar ELWazir a0054a7513 auto sync public (#58)
* Create sync-staging.yaml

* Create sync-mainline.yaml
2024-03-25 12:27:05 -05:00

17 строки
399 B
YAML

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"