diff --git a/action.yaml b/action.yaml index d65a225..138afa7 100644 --- a/action.yaml +++ b/action.yaml @@ -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)" @@ -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