Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix bug with no path arguments (#109)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
ssbarnea authored May 26, 2022
1 parent 0be276e commit 3641cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ inputs:
not supported and you will need to alter linter configuration to
accommodate other use cases.
required: false
default: "."
# That default is just a placeholder workaround for no arguments use-case
# Feeding "." or empty string to ansible-lint makes it believe it is a role
default: --show-relpath
args:
description: deprecated
deprecationMessage: >
Expand Down

0 comments on commit 3641cc0

Please sign in to comment.