diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-01 11:20:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-01 11:20:36 +0300 |
| commit | 7603020a9fbe852e0d3fc84bb3c4ee42540b3248 (patch) | |
| tree | becdab89446b8a62d18981efc3cd455e68a96204 | |
| parent | d8a65be59eff67a0f174ab5ba78409a2d5ca24e3 (diff) | |
| parent | 3c99997540537b77a5c54cb4348f490a8d986695 (diff) | |
| download | mirror-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.yml | 2 |
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 |
