Skip to content

Commit

Permalink
quote args in example Usage (#17)
Browse files Browse the repository at this point in the history
Github actions will give an yaml syntax error on a non quoted string that begins with an "*"
  • Loading branch information
Jlrine2 authored May 11, 2020
1 parent 2f1c42e commit 4cd59e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: cfn-lint
uses: scottbrenner/cfn-lint-action@master
with:
args: **/*.yaml
args: "**/*.yaml"
```
See [Basic Usage](https://github.com/aws-cloudformation/cfn-python-lint#basic-usage) for full usage details.
Expand Down

0 comments on commit 4cd59e1

Please sign in to comment.