Skip to content

Commit f4bf1c9

Browse files
authored
Update README.md (#2)
1 parent babb053 commit f4bf1c9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# file-reader-ation
1+
# GitHub File Reader Action V2
22

3-
> GitHub Action to read the contents of a file
3+
GitHub Action to read the contents of a file
44

5-
![build-test](https://github.com/andstor/file-reader-action/workflows/build/badge.svg)
5+
> **Warning**
6+
>
7+
> **Disclaimer** This version was created because the [original (V1)](https://github.com/guibranco/file-reader-action-v2) has not been updated by the creator for a while.
8+
9+
![build-test](https://github.com/guibranco/file-reader-action-v2/workflows/build/badge.svg)
610

711
This is a GitHub Action to read the contents of a file. Give it a path to a file and it provides you with the file's contents, accessible through an output variable.
812

@@ -12,7 +16,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
1216

1317
```yml
1418
- name: "Read file contents"
15-
uses: andstor/file-reader-action@v1
19+
uses: guibranco/file-reader-action-v2@v1
1620
with:
1721
path: "package.json"
1822
```
@@ -55,6 +59,6 @@ jobs:
5559

5660
## License
5761

58-
Copyright © 2020 [André Storhaug](https://github.com/andstor)
62+
Copyright © 2020 [André Storhaug](https://github.com/andstor), [GuiBranco](https://github.com/guibranco).
5963

60-
file-reader-action is licensed under the [MIT License](https://github.com/andstor/file-reader-ation/blob/master/LICENSE).
64+
file-reader-action-v2 is licensed under the [MIT License](https://github.com/guibranco/file-reader-ation-v2/blob/main/LICENSE).

0 commit comments

Comments
 (0)