Skip to content

Commit

Permalink
yamllint: fix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Apr 11, 2022
1 parent d1a42ea commit 53f0fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ runs:
steps:
- uses: "ibiqlik/action-yamllint@v3"
with:
files_or_dir: "${{ inputs.working_directory }}"
file_or_dir: "${{ inputs.working_directory }}"
config_file: "${{ inputs.working_directory }}/.yamllint"

0 comments on commit 53f0fe2

Please sign in to comment.