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 0062a43 commit 4dae85aCopy full SHA for 4dae85a
.github/actions/clippy-annotation-reporter/action.yml
@@ -30,8 +30,8 @@ runs:
30
run: |
31
${{ github.action_path }}/target/release/clippy-annotation-reporter \
32
--token "${{ inputs.github-token }}" \
33
- --rules "${{ inputs.panic-rules }}" \
+ --rules "${{ inputs.allow-annotation-rules }}" \
34
--repo "${{ github.repository }}" \
35
- --pr "${{ github.event.pull_request.number }}"
+ --pr "${{ github.event.number }}"
36
env:
37
GITHUB_TOKEN: ${{ inputs.github-token }}
0 commit comments