mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 11:56:40 +00:00
fix(workflow/_prepare): fix typo in default ref logic
This commit is contained in:
2
.github/workflows/_prepare.yml
vendored
2
.github/workflows/_prepare.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
DEFAULT_BUILDER_REF="v0.6.54"
|
||||
BUILDER_REF="${{ inputs.builder_ref }}"
|
||||
echo "ref=${BUILDER_REF:-$DEFAULT_BUILDER_REF=}" >> "$GITHUB_OUTPUT"
|
||||
echo "ref=${BUILDER_REF:-$DEFAULT_BUILDER_REF}" >> "$GITHUB_OUTPUT"
|
||||
- name: Checkout build-emacs-for-macos repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user