mirror of
https://gitea.com/gitea/act
synced 2026-05-06 01:37:48 +02:00
14 lines
224 B
YAML
14 lines
224 B
YAML
name: Step with leading new line
|
|
"on":
|
|
push:
|
|
jobs:
|
|
test:
|
|
name: test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- id: extract_tag
|
|
name: |-
|
|
Extract tag for variant
|
|
run: |
|
|
echo Test
|