diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index 3eadf57..ffa9eab 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -27,7 +27,7 @@ jobs: VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions OS_NAME: osx VSCODE_ARCH: arm64 - VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }} + VSCODE_LATEST: ${{ github.event.inputs.dont_update && 'no' || 'yes' }} VSCODE_QUALITY: insider steps: diff --git a/.github/workflows/stable-spearhead.yml b/.github/workflows/stable-spearhead.yml index f44783c..095ad3d 100644 --- a/.github/workflows/stable-spearhead.yml +++ b/.github/workflows/stable-spearhead.yml @@ -24,7 +24,7 @@ jobs: VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions OS_NAME: osx VSCODE_ARCH: arm64 - VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }} + VSCODE_LATEST: ${{ github.event.inputs.dont_update && 'no' || 'yes' }} VSCODE_QUALITY: stable steps: