use string for workflow call

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-18 21:36:44 +02:00
parent 50db1fbb62
commit 1dddb9ff89
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -57,11 +57,8 @@ on:
architecture:
description: 'Architecture'
required: true
default: 'x64'
type: choice
options:
- x64
- arm64
default: 'X64'
type: string
env:
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}