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:
2
.github/workflows/convert-machine-file.yaml
vendored
2
.github/workflows/convert-machine-file.yaml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user