Skip to content

Commit b00e0c3

Browse files
authored
Update README.md (#291)
1 parent 67f2bb0 commit b00e0c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
GitHub Action to read the contents of a file
1616

17-
> [!Warning]
17+
> [!Important]
1818
>
1919
> **Disclaimer:** This version was created because the creator has not updated the [original (V1)](https://github.com/andstor/file-reader-action) for a while.
2020
@@ -27,6 +27,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
2727
```yml
2828
- name: "Read file contents"
2929
uses: guibranco/github-file-reader-action-v2@latest
30+
id: read_file
3031
with:
3132
path: "package.json"
3233
```

0 commit comments

Comments
 (0)