Skip to content

Commit 3195af7

Browse files
committed
add braces
1 parent 8e87daa commit 3195af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dataminer-cicd-automation-deployonly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: packageName
6464
run: |
6565
tempName = "${{ github.repository }} ${{ github.ref_name }}"
66-
echo name = $tempName//["\/\\<>|:*?\0]/_ >> $GITHUB_OUTPUT
66+
echo name = ${tempName//["\/\\<>|:*?\0]/_} >> $GITHUB_OUTPUT
6767
shell: bash
6868

6969
- name: Create dmapp package

0 commit comments

Comments
 (0)