Skip to content

Commit

Permalink
Fix Documentation (#12)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
donaldwasserman authored Jan 26, 2020
1 parent af95a34 commit fad69be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Create Changelog.md
id: changelog
uses: nextrelease/changelog-generator-action@master
uses: nextreleaseio/changelog-generator-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required
changelog: 'CHANGELOG.md' # optional, default: CHANGELOG.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Create Changelog.md
id: changelog
uses: nextrelease/changelog-generator-action@master
uses: nextreleaseio/changelog-generator-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required
changelog: "CHANGELOG.md" # optional, default: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion workflow.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Create Changelog.md
id: changelog
uses: nextrelease/changelog-generator-action@master
uses: nextreleaseio/changelog-generator-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required
changelog: 'CHANGELOG.md' # optional, default: CHANGELOG.md
Expand Down

0 comments on commit fad69be

Please sign in to comment.