mirror of
https://gitea.com/gitea/act
synced 2026-05-06 01:37:48 +02:00
16 lines
228 B
YAML
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
|