mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
ci: fix flag to check latest version [skip ci]
This commit is contained in:
2
.github/workflows/insider-spearhead.yml
vendored
2
.github/workflows/insider-spearhead.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions
|
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions
|
||||||
OS_NAME: osx
|
OS_NAME: osx
|
||||||
VSCODE_ARCH: arm64
|
VSCODE_ARCH: arm64
|
||||||
VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }}
|
VSCODE_LATEST: ${{ github.event.inputs.dont_update && 'no' || 'yes' }}
|
||||||
VSCODE_QUALITY: insider
|
VSCODE_QUALITY: insider
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/stable-spearhead.yml
vendored
2
.github/workflows/stable-spearhead.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions
|
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions
|
||||||
OS_NAME: osx
|
OS_NAME: osx
|
||||||
VSCODE_ARCH: arm64
|
VSCODE_ARCH: arm64
|
||||||
VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }}
|
VSCODE_LATEST: ${{ github.event.inputs.dont_update && 'no' || 'yes' }}
|
||||||
VSCODE_QUALITY: stable
|
VSCODE_QUALITY: stable
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user