Skip to content

Commit

Permalink
Fix bundler audit flags env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomferreira committed Jun 29, 2022
1 parent d915a98 commit aa2cec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
env:
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
INPUT_BUNDLER_AUDIT_VERSION: ${{ inputs.bundler_audit_version }}
INPUT_BUNDLER_AUDIT_FLAG: ${{ inputs.bundler_audit_flag }}
INPUT_BUNDLER_AUDIT_FLAGS: ${{ inputs.bundler_audit_flags }}
INPUT_TOOL_NAME: ${{ inputs.tool_name }}
INPUT_LEVEL: ${{ inputs.level }}
INPUT_REPORTER: ${{ inputs.reporter }}
Expand Down

0 comments on commit aa2cec0

Please sign in to comment.