Skip to content

Commit 800c2bd

Browse files
committed
wip
1 parent d79c78d commit 800c2bd

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/clippy-annotation-reporter

1 file changed

+2
-2
lines changed

.github/actions/clippy-annotation-reporter/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
--token "${{ inputs.github-token }}" \
4444
--rules "${{ inputs.allow-annotation-rules }}" \
4545
--repo "${{ github.repository }}" \
46-
--pr "${{ github.event.number }}"
47-
--base-branch "$BASE_BRANCH"
46+
--pr "${{ github.event.number }}" \
47+
--base-branch "${{ inputs.base_branch }}"
4848
env:
4949
GITHUB_TOKEN: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)