auto sync public (#58)
* Create sync-staging.yaml * Create sync-mainline.yaml
Bu işleme şunda yer alıyor:
işlemeyi yapan:
GitHub
ebeveyn
e2db37ca8d
işleme
a0054a7513
@@ -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"
|
||||
@@ -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"
|
||||
Yeni konuda referans
Bir kullanıcı engelle