Skip to content

Commit

Permalink
ci: fix coverage-pr-base BASE_REF expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Dec 8, 2024
1 parent 6b4dc78 commit 5df6723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-pr-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
env:
# Don't put these in bash, because we don't want the expansion to
# risk code execution
BASE_REF: "refs/heads/{{ github.event.pull_request.base.ref }}"
BASE_REF: "refs/heads/${{ github.event.pull_request.base.ref }}"
MERGE_REF: "refs/pull/${{ github.event.pull_request.number }}/merge"

0 comments on commit 5df6723

Please sign in to comment.