1
0
forked from suse-edge/Factory

Fix typos in workflows

Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
2025-02-21 15:17:59 +01:00
parent 6b8a623372
commit 4a99805fde
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
- "devel"
jobs:
sync-prjconf:
sync-pr-project:
runs-on: tumbleweed
steps:
- run: |

View File

@@ -9,7 +9,7 @@ on:
- ".obs/common.py"
jobs:
sync-prjconf:
sync-prj-meta:
runs-on: tumbleweed
steps:
- run: |
@@ -32,7 +32,7 @@ jobs:
set -o pipefail
if meta="$(osc meta prj "${PROJECT}" 2>/dev/null | sha256sum)"; then
new_meta="$(python3 .obs/render_meta.py)"
if [ "${meta}" != "$(echo "${new_meta}" | sha256sum)"]; then
if [ "${meta}" != "$(echo "${new_meta}" | sha256sum)" ]; then
echo "${new_meta}" | osc meta prj "${PROJECT}" -F -
fi
python3 .obs/sync_packages.py