We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79c78d commit 800c2bdCopy full SHA for 800c2bd
.github/actions/clippy-annotation-reporter/action.yml
@@ -43,7 +43,7 @@ runs:
43
--token "${{ inputs.github-token }}" \
44
--rules "${{ inputs.allow-annotation-rules }}" \
45
--repo "${{ github.repository }}" \
46
- --pr "${{ github.event.number }}"
47
- --base-branch "$BASE_BRANCH"
+ --pr "${{ github.event.number }}" \
+ --base-branch "${{ inputs.base_branch }}"
48
env:
49
GITHUB_TOKEN: ${{ inputs.github-token }}
0 commit comments