This commit is contained in:
parent
7d41c84272
commit
700500602e
@ -14,6 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tagRegex: "test-(.+)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
|
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.
|
tagRegexGroup: 1 # Optional. Default is 1.
|
||||||
|
run: echo ${{ steps.tagName.outputs.tag }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# Clone the URL OF REMOTE PROJECT to test
|
# Clone the URL OF REMOTE PROJECT to test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user