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/workflows/sync-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "Latest upstream tag is ${LATEST_TAG}"

# Merge the latest tag, but keep our version of the .github directory
git merge --no-commit upstream ${LATEST_TAG}
git merge --no-commit upstream "${LATEST_TAG}" || true
git reset HEAD .github
rm -rf .github
git checkout HEAD -- .github
Expand Down