Files
gitea/modules/actions/jobparser/testdata/prefixed_newline.out.yaml
T
2026-09-14 16:29:31 +02:00

12 lines
209 B
YAML

name: Step with leading new line
'on':
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- id: extract_tag
name: "\nExtract tag for variant"
run: "\necho Test\n"