diff options
| -rw-r--r-- | .github/workflows/goreadme.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml index 0af0519..e9e578e 100644 --- a/.github/workflows/goreadme.yml +++ b/.github/workflows/goreadme.yml @@ -10,10 +10,9 @@ 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: recursive: 'true' badge-travisci: 'true' badge-codecov: 'true' - badge-goreadme: 'true' github-token: '${{ secrets.GITHUB_TOKEN }}' |
