ci: fix flag to check latest version [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-22 15:31:48 +01:00
parent 2f1f18834d
commit b1347db351
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: