summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-01 11:20:36 +0300
committerGitHub <noreply@github.com>2026-06-01 11:20:36 +0300
commit7603020a9fbe852e0d3fc84bb3c4ee42540b3248 (patch)
treebecdab89446b8a62d18981efc3cd455e68a96204
parentd8a65be59eff67a0f174ab5ba78409a2d5ca24e3 (diff)
parent3c99997540537b77a5c54cb4348f490a8d986695 (diff)
downloadmirror-canary-7603020a9fbe852e0d3fc84bb3c4ee42540b3248.tar.gz
mirror-canary-7603020a9fbe852e0d3fc84bb3c4ee42540b3248.zip
Merge pull request #33 from vyos/canary/r3-restore-wrapper
canary: restore wrapper pin to @production
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index 4577cb7..c2c4757 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -28,7 +28,7 @@ jobs:
if: |
github.repository_owner == 'vyos'
&& (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
- uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/rollout-3-leak-fix
+ uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
with:
sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
secrets: inherit