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 8169f80 commit 503f543Copy full SHA for 503f543
.github/workflows/hugo.yaml
@@ -57,7 +57,8 @@ jobs:
57
echo "GOPROXY=direct" >> $GITHUB_ENV
58
59
- name: Debug Authentication
60
- run: echo "Using token: https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/"
+ run: |
61
+ echo "Using token: https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/"
62
63
- name: Manually Clone Private Module (Fix Wrong URL Issue)
64
run: |
0 commit comments