This commit is contained in:
parent
700500602e
commit
f5508733f2
@ -14,6 +14,8 @@ jobs:
|
||||
with:
|
||||
tagRegex: "test-(.+)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
|
||||
tagRegexGroup: 1 # Optional. Default is 1.
|
||||
failOnNoTag: true # Optional. Default is false.
|
||||
- name: Show tag name
|
||||
run: echo ${{ steps.tagName.outputs.tag }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user