Skip to content

Commit cbfd53a

Browse files
authored
Merge pull request #37 from GitHubSecurityLab/fix-inputs
Fix inputs with composite action
2 parents 09c2ba4 + e60c0b8 commit cbfd53a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
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)