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 0ff967b commit 39308fdCopy full SHA for 39308fd
action.yml
@@ -45,7 +45,7 @@ runs:
45
INPUT_SOURCE-ROOT: ${{ inputs.source-root }}
46
INPUT_SARIF-OUTPUT: ${{ inputs.sarif-output }}
47
INPUT_SUITE: ${{ inputs.suite }}
48
- EXTPACK_PATH: ${{ intpus.workflow-extpack-path }}
+ EXTPACK_PATH: ${{ inputs.workflow-extpack-path }}
49
EXTPACK_NAME: ${{ inputs.workflow-extpack-name }}
50
run: |
51
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments