1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/jobparser/testdata/prefixed_newline.out.yaml
Christopher Homberger 7c6118ea2e Revert "v3 is broken"
This reverts commit 189fa4a52d.
2025-10-27 21:45:29 +01:00

16 lines
228 B
YAML

name: Step with leading new line
"on":
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- id: extract_tag
name: |2-
Extract tag for variant
run: |2
echo Test