We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34fe5c commit 209f3dfCopy full SHA for 209f3df
1 file changed
.github/workflows/code-coverage.yml
@@ -74,7 +74,7 @@ jobs:
74
git switch --orphan code-coverage
75
git commit --allow-empty -m "$GCOVR_COMMIT_MSG"
76
git push origin code-coverage
77
- git checkout $GITHUB_REF_NAME
+ git checkout "$GITHUB_REF_NAME"
78
fi
79
80
- name: Install Python
0 commit comments