Skip to content

Commit 992865b

Browse files
authored
ci: fix coverage-pr-base BASE_REF expansion (#4779)
1 parent 6b4dc78 commit 992865b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-pr-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
env:
3939
# Don't put these in bash, because we don't want the expansion to
4040
# risk code execution
41-
BASE_REF: "refs/heads/{{ github.event.pull_request.base.ref }}"
41+
BASE_REF: "refs/heads/${{ github.event.pull_request.base.ref }}"
4242
MERGE_REF: "refs/pull/${{ github.event.pull_request.number }}/merge"

0 commit comments

Comments
 (0)