Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# file-reader-ation
# GitHub File Reader Action V2

> GitHub Action to read the contents of a file
GitHub Action to read the contents of a file

![build-test](https://github.com/andstor/file-reader-action/workflows/build/badge.svg)
> **Warning**
>
> **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.

![build-test](https://github.com/guibranco/file-reader-action-v2/workflows/build/badge.svg)

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.

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

```yml
- name: "Read file contents"
uses: andstor/file-reader-action@v1
uses: guibranco/file-reader-action-v2@v1
with:
path: "package.json"
```
Expand Down Expand Up @@ -55,6 +59,6 @@ jobs:

## License

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

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