Skip to content

Commit

Permalink
fix(docs): readme collision on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
marksalpeter committed May 8, 2021
1 parent d9e043e commit 81c77fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
21 changes: 1 addition & 20 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 81c77fb

Please sign in to comment.