ci: 💚 Show tag name
Some checks failed
CI / build (push) Failing after 0s

This commit is contained in:
Louis Gallet 2023-11-28 23:24:55 +01:00
parent 7d41c84272
commit 700500602e
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -14,6 +14,7 @@ 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.
run: echo ${{ steps.tagName.outputs.tag }}
- name: Checkout code
uses: actions/checkout@v3
# Clone the URL OF REMOTE PROJECT to test