ci(nix): remove addtional >

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-04-29 10:42:42 +03:00
parent c54f420c23
commit 7da32af1b2
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

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