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

This commit is contained in:
Seth Flynn
2025-04-29 03:43:32 -04:00
committed by GitHub

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