Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor authored Jan 28, 2024
1 parent 076e007 commit 31a5027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu

```yml
- name: "Check file existence"
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "package.json, LICENSE, README.md, foo, *.txt"
```
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "package.json, LICENSE, README.md"
Expand Down

0 comments on commit 31a5027

Please sign in to comment.