We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09c2ba4 + e60c0b8 commit cbfd53aCopy full SHA for cbfd53a
action.yml
@@ -26,5 +26,8 @@ runs:
26
env:
27
GITHUB_TOKEN: ${{ inputs.token }}
28
GH_TOKEN: ${{ inputs.token }}
29
+ INPUT_SOURCE-ROOT: ${{ inputs.source-root }}
30
+ INPUT_SARIF-OUTPUT: ${{ inputs.sarif-output }}
31
+ INPUT_SUITE: ${{ inputs.suite }}
32
run: |
33
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments