We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa77268 commit fb6f0e0Copy full SHA for fb6f0e0
.github/workflows/validate-structure.yml
@@ -35,7 +35,7 @@ jobs:
35
git remote add pr "$PR_REMOTE_URL"
36
if git fetch pr "$PR_HEAD_REF":pr-head --no-tags; then
37
git checkout pr-head
38
- git fetch origin "${{ github.event.pull_request.base.ref }}" --depth=0
+ git fetch origin "${{ github.event.pull_request.base.ref }}"
39
echo "fetched=true" >> "$GITHUB_OUTPUT"
40
else
41
echo "::warning::Unable to fetch fork repository. Skipping structure validation."
0 commit comments