Skip to content

Commit 1fae190

Browse files
fix: add explicit repository name to checkout step
The repo was moved from CodandoTV/CraftD-android to CodandoTV/CraftD. Without the explicit repository field, the checkout fails with "could not read Username" on git fetch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0d465a8 commit 1fae190

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/generate-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v4
5151
with:
52+
repository: CodandoTV/CraftD
5253
ref: ${{ steps.ctx.outputs.head_sha }}
5354
fetch-depth: 0
5455
token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)