Skip to content

Commit

Permalink
Merge pull request #6 from authzed/yaml-arg-name
Browse files Browse the repository at this point in the history
yamllint: fix arg name
  • Loading branch information
jzelinskie committed Apr 11, 2022
2 parents d1a42ea + 53f0fe2 commit 22a43b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml-lint/action.yaml
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 22a43b1

Please sign in to comment.