Move the env var to cli format
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 26s
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 26s
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
3c20ba4614
commit
a61558c8bc
@ -24,4 +24,4 @@ jobs:
|
|||||||
env: # Or as an environment variable
|
env: # Or as an environment variable
|
||||||
osc_pass: ${{ secrets.OSCPASS }}
|
osc_pass: ${{ secrets.OSCPASS }}
|
||||||
run: |
|
run: |
|
||||||
OSC_CONFIG= OSC_USERNAME="$env(INPUT_OSC_USER)" OSC_CREDENTIALS_MGR_CLASS="$env(INPUT_OSC_CRED)" OSC_PASSWORD="$env(osc_pass)" osc checkout $INPUT_OSC_PATH $INPUT_OSC_PACKAGE
|
OSC_CONFIG= OSC_USERNAME=$INPUT_OSC_USER OSC_CREDENTIALS_MGR_CLASS=$INPUT_OSC_CRED OSC_PASSWORD=$osc_pass osc checkout $INPUT_OSC_PATH $INPUT_OSC_PACKAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user