mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-17 20:01:42 +02:00
Update convert-machine-file.yaml
Use the latest create-or-update-comment to avoid deprecation warning
This commit is contained in:
4
.github/workflows/convert-machine-file.yaml
vendored
4
.github/workflows/convert-machine-file.yaml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Report errors
|
||||
if: failure()
|
||||
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
|
||||
uses: peter-evans/create-or-update-comment
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
body: |
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
If you cannot resolve the problem, please contact us on Discord - https://discord.gg/MDsRDeNsTE
|
||||
|
||||
- name: Add comment
|
||||
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
|
||||
uses: peter-evans/create-or-update-comment
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
body: |
|
||||
|
Reference in New Issue
Block a user