Skip to content

Commit

Permalink
Update convert-machine-file.yaml
Browse files Browse the repository at this point in the history
Use the latest create-or-update-comment to avoid deprecation warning
  • Loading branch information
MitchBradley authored Feb 2, 2023
1 parent 796516e commit 789a191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-machine-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 789a191

Please sign in to comment.