diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-22 17:30:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 17:30:22 +0200 |
commit | 537706e0c640bc48e90af6636b1063da8101a8c4 (patch) | |
tree | 849cfbcfb917bb2d49fa8efea569550a7729f2ed /.github | |
parent | 1fc32e342dc053e54e658e3a0d72bdc340ddb9d6 (diff) | |
parent | a5f6df97b5689dfb969118fd8385d852a2aa4905 (diff) | |
download | vyos-1x-537706e0c640bc48e90af6636b1063da8101a8c4.tar.gz vyos-1x-537706e0c640bc48e90af6636b1063da8101a8c4.zip |
Merge pull request #3673 from sever-sever/T6415-cir-stm
T6415: Add action repo-sync for circinus-stream
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 6da2fb40d..585c04704 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,16 +1,16 @@ -name: Repo-sync +name: Repo-sync circinus-stream on: pull_request_target: types: - closed branches: - - current + - circinus-stream workflow_dispatch: jobs: trigger-sync: - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@current + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus-stream secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} |