diff --git a/README.md b/README.md index e4050d1b..16133b53 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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" ``` @@ -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).