Skip to content

Commit

Permalink
Switch default build-variables ref to universal for macos arm64 suppo…
Browse files Browse the repository at this point in the history
…rt and fix repo checkout bool check
  • Loading branch information
RyeMutt committed Nov 19, 2024
1 parent f28ed3a commit 441c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
build-variables-ref:
type: string
description: build-variables repository ref
default: viewer
default: universal
build-id:
type: string
description: "Built id (default: commit sha)"
Expand Down Expand Up @@ -96,7 +96,7 @@ runs:

- name: Checkout
uses: actions/checkout@v4
if: inputs.checkout
if: ${{ fromJSON(inputs.checkout) }}
with:
# Work around the fact that in the context of a pull request github.sha
# references a dynamic merge commit rather than the branch head
Expand Down

0 comments on commit 441c09a

Please sign in to comment.