Skip to content

Commit 209f3df

Browse files
committed
code-coverage.yml, another quoting rule
1 parent c34fe5c commit 209f3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git switch --orphan code-coverage
7575
git commit --allow-empty -m "$GCOVR_COMMIT_MSG"
7676
git push origin code-coverage
77-
git checkout $GITHUB_REF_NAME
77+
git checkout "$GITHUB_REF_NAME"
7878
fi
7979
8080
- name: Install Python

0 commit comments

Comments
 (0)