mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-17 14:24:07 +00:00
The jobparser sub package in act is only used by Gitea. Move it to Gitea to make it more easier to maintain. --------- Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
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
|