File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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` ` `
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
7171
7272Copyright © 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).
You can’t perform that action at this time.
0 commit comments