Skip to content

Commit 6405a6b

Browse files
committed
test
1 parent f34826d commit 6405a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@ jobs:
6565
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
6666
BODY="[Build failed]($URL)\n\n\`\`\`txt\n$ERRORS\n\`\`\`"
6767
68+
echo -e $BODY
69+
6870
echo -e $BODY | gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file -
6971
fi

0 commit comments

Comments
 (0)