mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Use github.event.inputs
Contributes to CURA-10998
This commit is contained in:
parent
965a30775d
commit
e586fca22e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/installers.yml
vendored
8
.github/workflows/installers.yml
vendored
|
@ -50,10 +50,10 @@ jobs:
|
|||
if: ${{ contains(github.event.inputs.os_list, 'windows') || github.event_name == 'schedule' }}
|
||||
uses: ./.github/workflows/windows.yml
|
||||
with:
|
||||
cura_conan_version: ${{ env.CURA_CONAN_VERSION }}
|
||||
conan_args: ${{ env.CONAN_ARGS }}
|
||||
enterprise: ${{ env.ENTERPRISE }}
|
||||
staging: ${{ env.STAGING }}
|
||||
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }}
|
||||
conan_args: ${{ github.event.inputs.CONAN_ARGS }}
|
||||
enterprise: ${{ github.event.inputs.ENTERPRISE }}
|
||||
staging: ${{ github.event.inputs.STAGING }}
|
||||
architecture: X64
|
||||
operating_system: windows-2022
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue