Skip to content

Commit 94d41d9

Browse files
mrjfCopilot
andauthored
Update workflows/agentic-wiki-coder.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a27233f commit 94d41d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/agentic-wiki-coder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
GH_TOKEN: ${{ github.token }}
3030
GITHUB_REPOSITORY: ${{ github.repository }}
3131
run: |
32-
git clone "https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.wiki.git" /tmp/gh-aw/wiki
32+
gh repo clone "${GITHUB_REPOSITORY}.wiki" /tmp/gh-aw/wiki
3333
echo "Wiki cloned to /tmp/gh-aw/wiki/"
3434
ls /tmp/gh-aw/wiki/
3535
safe-outputs:

0 commit comments

Comments
 (0)