auto sync public (#58)
* Create sync-staging.yaml * Create sync-mainline.yaml
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e2db37ca8d
Коммит
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"
|
||||
Ссылка в новой задаче
Block a user