mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-20 11:50:27 +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>
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
|