Skip to content

Commit b59437e

Browse files
authored
Update README.md (#5)
1 parent 8c7085f commit b59437e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ GitHub Action to read the contents of a file
66
>
77
> **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.
88
9-
![build-test](https://github.com/guibranco/file-reader-action-v2/workflows/build/badge.svg)
10-
119
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.
1210

1311
## Usage
@@ -49,7 +47,7 @@ jobs:
4947
5048
- name: Read file contents
5149
id: read_file
52-
uses: andstor/file-reader-action@v1
50+
uses: guibranco/file-reader-action-v2@v1
5351
with:
5452
path: "package.json"
5553

0 commit comments

Comments
 (0)