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 c75b4e1 commit 2792081Copy full SHA for 2792081
action.yml
@@ -58,6 +58,7 @@ runs:
58
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
59
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
60
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
61
+ INPUT_HAML_LINT_FLAGS: ${{ inputs.haml_lint_flags }}
62
INPUT_RUBOCOP_VERSION: ${{ inputs.rubocop_version }}
63
INPUT_RUBOCOP_EXTENSIONS: ${{ inputs.rubocop_extensions }}
64
INPUT_TOOL_NAME: ${{ inputs.tool_name }}
0 commit comments