a0054a7513
* Create sync-staging.yaml * Create sync-mainline.yaml
17 строки
399 B
YAML
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"
|