Skip to content

Commit ebd7a17

Browse files
authored
actions, pull_request: Check reward weight correctly on outdated branch (#70)
1 parent 03eb66d commit ebd7a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
6363
exit "$exit_code"
6464
env:
65-
SOURCE_BRANCH: ${{ github.event.pull_request.head.sha }}
65+
SOURCE_BRANCH: ${{ github.sha }}
6666
TARGET_BRANCH: "origin/${{ github.base_ref }}"

0 commit comments

Comments
 (0)