Skip to content

Commit 2aa0111

Browse files
Merge pull request #93 from CodandoTV/fix/checkout-repository-name
fix: add explicit repository name to checkout step
2 parents 0d465a8 + 1fae190 commit 2aa0111

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)