Skip to content

Commit fb6f0e0

Browse files
committed
update validate
1 parent fa77268 commit fb6f0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-structure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git remote add pr "$PR_REMOTE_URL"
3636
if git fetch pr "$PR_HEAD_REF":pr-head --no-tags; then
3737
git checkout pr-head
38-
git fetch origin "${{ github.event.pull_request.base.ref }}" --depth=0
38+
git fetch origin "${{ github.event.pull_request.base.ref }}"
3939
echo "fetched=true" >> "$GITHUB_OUTPUT"
4040
else
4141
echo "::warning::Unable to fetch fork repository. Skipping structure validation."

0 commit comments

Comments
 (0)