Skip to content

Commit e60c0b8

Browse files
authored
Fix inputs for composite action
1 parent 09c2ba4 commit e60c0b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ runs:
2626
env:
2727
GITHUB_TOKEN: ${{ inputs.token }}
2828
GH_TOKEN: ${{ inputs.token }}
29+
INPUT_SOURCE-ROOT: ${{ inputs.source-root }}
30+
INPUT_SARIF-OUTPUT: ${{ inputs.sarif-output }}
31+
INPUT_SUITE: ${{ inputs.suite }}
2932
run: |
3033
node ${{ github.action_path }}/.github/action/dist/index.js

0 commit comments

Comments
 (0)