summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2020-04-10 10:35:21 +0300
committerEyal Posener <[email protected]>2020-04-10 10:35:27 +0300
commit95737120accc3dd81d07dd7d54fd092f66be72a8 (patch)
tree4f4214bae0148a9209d22665476f1cda4c64602a /.github
parenta40e86b7ee673b607536b2976d5637710d7f9722 (diff)
Better godoc badge
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/goreadme.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml
index e9e578e..d788aef 100644
--- a/.github/workflows/goreadme.yml
+++ b/.github/workflows/goreadme.yml
@@ -10,9 +10,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Update readme according to Go doc
- uses: posener/[email protected]
+ uses: posener/[email protected]
with:
+ import-path: 'github.com/posener/complete/v2' # Fix import path to point on v2.
recursive: 'true'
+ badge-godoc: 'true'
badge-travisci: 'true'
badge-codecov: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'