Skip to content

Commit 3e9fb40

Browse files
authored
Merge pull request #15 from generalui/test-python
Fixed bad substitution
2 parents 19d9796 + 5564669 commit 3e9fb40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/test-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123
coverage_prefix=${{ inputs.coverage-prefix }}-
124124
fi
125125
branch=${{ inputs.branch }}
126-
coverage_branch=${$branch//[\":<>|*?\\\/]/-}
126+
coverage_branch=${branch//[\":<>|*?\\\/]/-}
127127
coverage_dir=${coverage_prefix}coverage-${coverage_branch}
128128
mkdir -p ${coverage_dir} && sudo cp -r coverage ${coverage_dir}
129129

0 commit comments

Comments
 (0)