Skip to content

Commit

Permalink
Update yamlfix action to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmello committed Dec 22, 2023
1 parent c8de795 commit 97036fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
# - uses: lyz-code/yamlfix@v1
- uses: dsmello/[email protected].1-action
- uses: dsmello/[email protected].2-action
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branding:
icon: "check-circle"

inputs:
file-path:
args:
description: "The file or directory to check"
required: false
default: "."
Expand All @@ -18,4 +18,4 @@ runs:
image: "Dockerfile"

args:
- ${{ inputs.file-path }}
- ${{ inputs.args }}

0 comments on commit 97036fc

Please sign in to comment.