We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ecf3a commit 98c1791Copy full SHA for 98c1791
README.md
@@ -19,7 +19,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
19
20
```yml
21
- name: "Read file contents"
22
- uses: guibranco/file-reader-action-v2@v1
+ uses: guibranco/file-reader-action-v2@v1.0.2
23
with:
24
path: "package.json"
25
```
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Read file contents
54
id: read_file
55
56
57
58
0 commit comments