Fix sync action typo
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:
Nicolas Belouin 2025-02-14 14:40:43 +01:00
parent 54e0941879
commit a510134ed4

View File

@ -19,8 +19,8 @@ jobs:
apiurl = https://api.opensuse.org
[https://api.opensuse.org]
user=${{OBS_USERNAME}}
pass=${{OBS_PASSWORD}}
user=${{ vars.OBS_USERNAME }}
pass=${{ secrets.OBS_PASSWORD }}
EOF
# Waiting on PR to get merged for support in upstream action/checkout action
- uses: 'https://github.com/yangskyboxlabs/action-checkout@sha256'