Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/changed-crates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
BASE_REF="origin/$PR_BASE_REF"
# Ensure base branch is fetched
echo "Fetching base branch: $PR_BASE_REF"
git fetch --depth=1 origin "$PR_BASE_REF:refs/remotes/origin/$PR_BASE_REF" || true
git fetch origin "$PR_BASE_REF:refs/remotes/origin/$PR_BASE_REF" || true
else
# For push events, compare with previous commit
BASE_REF="HEAD~1"
Expand Down
Loading