We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9592fcf commit 6ef2058Copy full SHA for 6ef2058
1 file changed
.github/workflows/o2-linter.yml
@@ -25,7 +25,7 @@ jobs:
25
branch_base="origin/${{ env.BRANCH_MAIN }}"
26
else
27
branch_head="refs/pull/${{ github.event.pull_request.number }}/merge"
28
- branch_base="${{ github.event.pull_request.base.ref }}"
+ branch_base="origin/${{ github.event.pull_request.base.ref }}"
29
fi
30
echo BRANCH_HEAD="$branch_head" >> "$GITHUB_ENV"
31
echo BRANCH_BASE="$branch_base" >> "$GITHUB_ENV"
0 commit comments