Rename the - variable name with _
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 1s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
2023-10-23 12:52:31 +08:00
parent 114a9339b6
commit 69189daf63
3 changed files with 11 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ jobs:
- name: Build action step
uses: https://src.opensuse.org/alexlau/bc@v1
with:
osc-user: 'alexlau'
osc-path: 'home:alexlau:branches:Base:System'
osc-package: 'bc'
osc_user: 'alexlau'
osc_path: 'home:alexlau:branches:Base:System'
osc_package: 'bc'
env: # Or as an environment variable
osc-pass: ${{ secrets.OSCPASS }}
osc_pass: ${{ secrets.OSCPASS }}
id: osc-demo