Forgejo Actions Syntax Fixes
This commit is contained in:
parent
807821c195
commit
3d2510162a
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
name: Placeholder
|
-
|
||||||
run: echo Placeholder Job
|
name: Placeholder
|
||||||
|
run: echo Placeholder Job
|
||||||
|
|
||||||
build:
|
build:
|
||||||
if: ${{ github.ref_name }} =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && ${{ github.ref_name }}
|
if: ${{ github.ref_name }} =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && ${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in a new issue