fix: resolve YAML syntax and indentation errors in emergency PR workflow

This commit is contained in:
Nubenetes Bot
2026-05-22 18:45:07 +02:00
parent 3cedb49658
commit e7d153880b

View File

@@ -9,15 +9,15 @@ on:
type: boolean
default: false
permissions:
permissions:
contents: write
pull-requests: write
concurrency:
concurrency:
group: v2-pr-only-${{ github.ref }}
cancel-in-progress: false
jobs:
jobs:
publish-v2:
runs-on: ubuntu-latest
steps:
@@ -42,8 +42,6 @@ on:
restore-keys: |
inventory-v2-
inventory-v2-
- name: Installation of Dependencies
run: |
python -m pip install --upgrade pip