ci: fix YAML newlines after runs-on (mac-ci)
All checks were successful
SMOKE / smoke (push) Successful in 25s
CI / build-and-anchors (push) Successful in 1m6s
CI / build-and-anchors (pull_request) Successful in 37s

This commit is contained in:
2026-02-28 15:50:48 +01:00
parent e06587478d
commit be191b09a0
5 changed files with 10 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ on:
jobs:
label:
runs-on: mac-ci steps:
runs-on: mac-ci
steps:
- name: Apply labels from Type/State/Category
env:
FORGE_BASE: ${{ vars.FORGE_API || vars.FORGE_BASE }}