Skip to content

Commit 9b81844

Browse files
authored
Update README.md (#53)
1 parent 9a21c88 commit 9b81844

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
name: Create release
6363
needs: [test-typescript, test-action]
6464
runs-on: ubuntu-latest
65+
if: github.event_name != 'pull_request'
6566
steps:
6667

6768
- name: Create Release
@@ -73,4 +74,4 @@ jobs:
7374
tag: v2.0.${{ github.run_number }}
7475
name: Release v2.0.${{ github.run_number }}
7576
generateReleaseNotes: true
76-
body: Release 2.0.${{ github.run_number }} of GitHub Actions File Reader V2
77+
body: Release 2.0.${{ github.run_number }} of GitHub Actions File Reader V2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
2626

2727
```yml
2828
- name: "Read file contents"
29-
uses: guibranco/file-reader-action-v2@latest
29+
uses: guibranco/github-file-reader-action-v2@latest
3030
with:
3131
path: "package.json"
3232
```
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v1
6060
6161
- name: Read file contents
62-
uses: guibranco/file-reader-action-v2@latest
62+
uses: guibranco/github-file-reader-action-v2@latest
6363
with:
6464
path: "package.json"
6565
@@ -71,4 +71,4 @@ jobs:
7171

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

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

0 commit comments

Comments
 (0)