mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
pass arg directly, without flag
This commit is contained in:
parent
1078153e6e
commit
f9210a326d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
target: [webgl, android]
|
||||
container:
|
||||
image: node:10.16-jessie
|
||||
options: --build-arg IMAGE_TARGET_ARG=a_value
|
||||
options: IMAGE_TARGET_ARG=a_value
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user