ci(nix): remove addtional > (#3709)

This commit is contained in:
Seth Flynn 2025-04-29 03:43:32 -04:00 committed by GitHub
commit e1fce47eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,6 @@ runs:
if [[ "$mergeable" == "true" ]]; then
echo "merge-commit-sha=$(jq -r .merge_commit_sha <<<"$prInfo")" >> "$GITHUB_OUTPUT"
else
echo "# 🚨 The PR has a merge conflict!" >>> "$GITHUB_STEP_SUMMARY"
echo "# 🚨 The PR has a merge conflict!" >> "$GITHUB_STEP_SUMMARY"
exit 2
fi