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