We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BASE_REF
1 parent 6b4dc78 commit 992865bCopy full SHA for 992865b
1 file changed
.github/workflows/coverage-pr-base.yml
@@ -38,5 +38,5 @@ jobs:
38
env:
39
# Don't put these in bash, because we don't want the expansion to
40
# risk code execution
41
- BASE_REF: "refs/heads/{{ github.event.pull_request.base.ref }}"
+ BASE_REF: "refs/heads/${{ github.event.pull_request.base.ref }}"
42
MERGE_REF: "refs/pull/${{ github.event.pull_request.number }}/merge"
0 commit comments