From 789a191987bc25d3569dbd225c43ecfe6c0ed76a Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Wed, 1 Feb 2023 18:58:42 -1000 Subject: [PATCH] Update convert-machine-file.yaml Use the latest create-or-update-comment to avoid deprecation warning --- .github/workflows/convert-machine-file.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-machine-file.yaml b/.github/workflows/convert-machine-file.yaml index 54393a4f..b0b45f83 100644 --- a/.github/workflows/convert-machine-file.yaml +++ b/.github/workflows/convert-machine-file.yaml @@ -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: |