forked from heavy-duty/ceremony
drill(0.4.1): rewrite the self-ref pin to the candidate SHA
The pure consumer path cannot resolve CEREMONY_SELF_REF: "0.4.1" before the candidate creates that tag, and release.yml's self-checkout is hardcoded to heavy-duty/ceremony — so the pin is rewritten to the candidate SHA, which resolves there today. Drill scaffolding only; this ref is never merged.
This commit is contained in:
parent
9a229ee643
commit
f148255ace
2 changed files with 2 additions and 2 deletions
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
|
@ -28,7 +28,7 @@ on:
|
|||
env:
|
||||
# A called workflow arrives without its repository. Keep this literal pin
|
||||
# aligned with the ceremony release consumed by callers (issue #9 D3).
|
||||
CEREMONY_SELF_REF: "0.4.1"
|
||||
CEREMONY_SELF_REF: "9a229ee643291c27dbd404fa97e4dcc7e6ed3b17"
|
||||
|
||||
jobs:
|
||||
scope:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -129,7 +129,7 @@ env:
|
|||
# `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the
|
||||
# shared logic arrives as script files via checkout, not as inner `uses:`
|
||||
# references.
|
||||
CEREMONY_SELF_REF: "0.4.1"
|
||||
CEREMONY_SELF_REF: "9a229ee643291c27dbd404fa97e4dcc7e6ed3b17"
|
||||
VERSION_SOURCE: ${{ inputs.version-source }}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue