Skip to content

Commit b21e3d2

Browse files
authored
Merge pull request #17 from generalui/test-python
[lint-test-yarn] Final fix for coverage branch name
2 parents 78276de + 60c8ecf commit b21e3d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/lint-test-yarn/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ runs:
108108
- name: Get the coverage file.
109109
if: inputs.should-run-tests == 'yes' && inputs.upload-coverage == 'yes'
110110
run: |
111-
coverage_branch=${${{ steps.branch.outputs.branch }}//[\":<>|*?\\\/]/-}
111+
branch=${{ steps.branch.outputs.branch }}
112+
coverage_branch=${branch//[\":<>|*?\\\/]/-}
112113
coverage_dir=coverage-${coverage_branch}
113114
mkdir -p ${coverage_dir} && sudo cp -r coverage ${coverage_dir}
114115

0 commit comments

Comments
 (0)