Skip to content

Commit

Permalink
ci(docs.yml): correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent 5650462 commit 9649d70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
fetch-depth: 0

- name: Configure safe directory for Git
run: git config --global --add safe.directory /github/workspace

- name: Update readme according to Go doc
uses: posener/goreadme@v1
with:
Expand All @@ -33,6 +30,7 @@ jobs:
badge-codecov: 'true'
badge-godoc: 'true'
badge-goreportcard: 'true'
image: 'golang:latest'
email: "41898282+github-actions[bot]@users.noreply.github.com"
# Optional: Token allows goreadme to comment the PR with diff preview.
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 9649d70

Please sign in to comment.