Fix sync action typo
All checks were successful
Synchronize Project Config / sync-prjconf (push) Successful in 1s
All checks were successful
Synchronize Project Config / sync-prjconf (push) Successful in 1s
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
parent
54e0941879
commit
a510134ed4
@ -19,8 +19,8 @@ jobs:
|
|||||||
apiurl = https://api.opensuse.org
|
apiurl = https://api.opensuse.org
|
||||||
|
|
||||||
[https://api.opensuse.org]
|
[https://api.opensuse.org]
|
||||||
user=${{OBS_USERNAME}}
|
user=${{ vars.OBS_USERNAME }}
|
||||||
pass=${{OBS_PASSWORD}}
|
pass=${{ secrets.OBS_PASSWORD }}
|
||||||
EOF
|
EOF
|
||||||
# Waiting on PR to get merged for support in upstream action/checkout action
|
# Waiting on PR to get merged for support in upstream action/checkout action
|
||||||
- uses: 'https://github.com/yangskyboxlabs/action-checkout@sha256'
|
- uses: 'https://github.com/yangskyboxlabs/action-checkout@sha256'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user