Skip to content

Commit 503f543

Browse files
committed
debug auth
1 parent 8169f80 commit 503f543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
echo "GOPROXY=direct" >> $GITHUB_ENV
5858
5959
- name: Debug Authentication
60-
run: echo "Using token: https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/"
60+
run: |
61+
echo "Using token: https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/"
6162
6263
- name: Manually Clone Private Module (Fix Wrong URL Issue)
6364
run: |

0 commit comments

Comments
 (0)