We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78da84c commit ea73bb9Copy full SHA for ea73bb9
.github/workflows/generate-go-docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Configure git for private repository and install go doc generator
33
env:
34
- GOPRIVATE: github.com/smartcontractkit/generate-go-function
+ GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
35
run: |
36
git config --global \
37
url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/"
0 commit comments