Skip to content

Commit 4dae85a

Browse files
committed
wip
1 parent 0062a43 commit 4dae85a

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
@@ -30,8 +30,8 @@ runs:
3030
run: |
3131
${{ github.action_path }}/target/release/clippy-annotation-reporter \
3232
--token "${{ inputs.github-token }}" \
33-
--rules "${{ inputs.panic-rules }}" \
33+
--rules "${{ inputs.allow-annotation-rules }}" \
3434
--repo "${{ github.repository }}" \
35-
--pr "${{ github.event.pull_request.number }}"
35+
--pr "${{ github.event.number }}"
3636
env:
3737
GITHUB_TOKEN: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)