Skip to content

Commit 98c1791

Browse files
authored
Update README.md (#43)
1 parent 53ecf3a commit 98c1791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
1919

2020
```yml
2121
- name: "Read file contents"
22-
uses: guibranco/file-reader-action-v2@v1
22+
uses: guibranco/file-reader-action-v2@v1.0.2
2323
with:
2424
path: "package.json"
2525
```
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Read file contents
5454
id: read_file
55-
uses: guibranco/file-reader-action-v2@v1
55+
uses: guibranco/file-reader-action-v2@v1.0.2
5656
with:
5757
path: "package.json"
5858

0 commit comments

Comments
 (0)