1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-15 02:56:51 +02:00

Another try at failure reporting

This commit is contained in:
Mitch Bradley
2022-02-08 10:27:17 -10:00
parent 9618bef161
commit a38e9c3b6e

View File

@@ -55,8 +55,8 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Report errors
if: failed()
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
if: ${{ job.status == 'failed' }}
with:
issue-number: ${{ github.event.issue.number }}
body: |