diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-14 15:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 15:27:27 +0200 |
commit | 9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3 (patch) | |
tree | a22c79fbfa70086b4f6ecc3cc387f9c5b0036533 /.github/workflows/repo-sync.yml | |
parent | 1abf323d378bb565236f21d8a0cfbf6b1b00a08c (diff) | |
parent | 6c4bd6cdaa6008f05ed610742a4cc7e79988b737 (diff) | |
download | vyos-1x-9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3.tar.gz vyos-1x-9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3.zip |
Merge pull request #3647 from vyos/T6487-update-central-workflow-branch
T6487: updated central workflows to use current branch
Diffstat (limited to '.github/workflows/repo-sync.yml')
-rw-r--r-- | .github/workflows/repo-sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 36f323cdd..6da2fb40d 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -10,7 +10,7 @@ on: jobs: trigger-sync: - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@current secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} |