Skip to content

Commit 2792081

Browse files
committed
Correctly pass the flag
1 parent c75b4e1 commit 2792081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ runs:
5858
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
5959
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
6060
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
61+
INPUT_HAML_LINT_FLAGS: ${{ inputs.haml_lint_flags }}
6162
INPUT_RUBOCOP_VERSION: ${{ inputs.rubocop_version }}
6263
INPUT_RUBOCOP_EXTENSIONS: ${{ inputs.rubocop_extensions }}
6364
INPUT_TOOL_NAME: ${{ inputs.tool_name }}

0 commit comments

Comments
 (0)