We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e87daa commit 3195af7Copy full SHA for 3195af7
1 file changed
.github/workflows/dataminer-cicd-automation-deployonly.yml
@@ -63,7 +63,7 @@ jobs:
63
id: packageName
64
run: |
65
tempName = "${{ github.repository }} ${{ github.ref_name }}"
66
- echo name = $tempName//["\/\\<>|:*?\0]/_ >> $GITHUB_OUTPUT
+ echo name = ${tempName//["\/\\<>|:*?\0]/_} >> $GITHUB_OUTPUT
67
shell: bash
68
69
- name: Create dmapp package
0 commit comments