Skip to content

Commit 7540ca0

Browse files
authored
Update (#51)
* Update action.yml * Update README.md
1 parent 777e73e commit 7540ca0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<a href="https://github.com/GuiBrancofile-reader-action-v2"><img alt="file-reader-action-v2 status" src="https://github.com/GuiBranco/file-reader-action-v2/workflows/build/badge.svg"></a>
3-
<a href="https://wakatime.com/badge/github/guibranco/file-reader-action-v2"><img src="https://wakatime.com/badge/github/guibranco/file-reader-action-v2.svg" alt="wakatime"></a>
2+
<a href="https://github.com/GuiBranco/github-file-reader-action-v2"><img alt="github-file-reader-action-v2 status" src="https://github.com/GuiBranco/github-file-reader-action-v2/workflows/build/badge.svg"></a>
3+
<a href="https://wakatime.com/badge/github/guibranco/github-file-reader-action-v2"><img src="https://wakatime.com/badge/github/guibranco/github-file-reader-action-v2.svg" alt="wakatime"></a>
44
</p>
55

66
# GitHub File Reader Action V2
@@ -19,7 +19,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
1919

2020
```yml
2121
- name: "Read file contents"
22-
uses: guibranco/[email protected].2
22+
uses: guibranco/github-[email protected].3
2323
with:
2424
path: "package.json"
2525
```
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v1
5353
5454
- name: Read file contents
55-
uses: guibranco/[email protected].2
55+
uses: guibranco/github-[email protected].3
5656
with:
5757
path: "package.json"
5858
@@ -64,4 +64,4 @@ jobs:
6464

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

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'github-file-reader-v2'
1+
name: 'github-file-reader-action-v2'
22
description: 'Read the contents of a file'
33
author: 'GuiBranco'
44
branding:

0 commit comments

Comments
 (0)