-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): readme collision on push to master
- Loading branch information
1 parent
d9e043e
commit 81c77fb
Showing
2 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
email: '[email protected]' | ||
badge-codecov: true | ||
badge-godoc: true | ||
badge-github: "ci.yml" | ||
badge-github: "build.yml" | ||
badge-goreportcard: true | ||
badge-travisci: false | ||
commit-message: 'improvement(docs): updated docs' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,23 +29,4 @@ jobs: | |
with: | ||
tag_name: ${{ steps.changelog.outputs.tag }} | ||
release_name: ${{ steps.changelog.outputs.tag }} | ||
body: ${{ steps.changelog.outputs.clean_changelog }} | ||
|
||
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v2 | ||
- name: Update readme according to Go doc | ||
uses: posener/goreadme@dbdf10372a07ec54fb590182ec062ec0969e9b7f | ||
with: | ||
email: '[email protected]' | ||
badge-codecov: false | ||
badge-godoc: true | ||
badge-github: true | ||
badge-goreadme: false | ||
badge-goreportcard: true | ||
badge-travisci: false | ||
types: true | ||
functions: true | ||
github-token: '${{ secrets.GITHUB_TOKEN }}' | ||
body: ${{ steps.changelog.outputs.clean_changelog }} |