diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-24 08:58:31 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-24 08:58:31 +0000 |
commit | 2c1aff96ebe4d61e26bb20d1ea074083eebbd042 (patch) | |
tree | ccd09bb0026772e3d5367fbe0cc4d28d02d192ec /.github | |
parent | ae8390a110ec4c507aad8eca252b3153ae1f3316 (diff) | |
download | vyos-1x-2c1aff96ebe4d61e26bb20d1ea074083eebbd042.tar.gz vyos-1x-2c1aff96ebe4d61e26bb20d1ea074083eebbd042.zip |
T6415: Actions set circinus repo sync
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/repo-sync.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 585c04704..05a0049cf 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,16 +1,16 @@ -name: Repo-sync circinus-stream +name: Repo-sync circinus on: pull_request_target: types: - closed branches: - - circinus-stream + - circinus workflow_dispatch: jobs: trigger-sync: - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus-stream + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} |