Skip to content

Commit fad69be

Browse files
Fix Documentation (#12)
* Fix typo * More attemps at randomly fixing things * try creating branch from latest ref * Finally get things working * Updated names to make more sense * Fixed docs
1 parent af95a34 commit fad69be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Create Changelog.md
1010
id: changelog
11-
uses: nextrelease/changelog-generator-action@master
11+
uses: nextreleaseio/changelog-generator-action@master
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }} # Required
1414
changelog: 'CHANGELOG.md' # optional, default: CHANGELOG.md

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Create Changelog.md
2121
id: changelog
22-
uses: nextrelease/changelog-generator-action@master
22+
uses: nextreleaseio/changelog-generator-action@master
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }} # Required
2525
changelog: "CHANGELOG.md" # optional, default: CHANGELOG.md

Diff for: workflow.example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Create Changelog.md
1010
id: changelog
11-
uses: nextrelease/changelog-generator-action@master
11+
uses: nextreleaseio/changelog-generator-action@master
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }} # Required
1414
changelog: 'CHANGELOG.md' # optional, default: CHANGELOG.md

0 commit comments

Comments
 (0)