mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 01:43:24 +09:00
12 lines
209 B
YAML
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"
|