From 31e6812cae05b6715931ec6bf02c2137ee74f038 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:57:40 +1200 Subject: [PATCH] :ambulance: Patch to use reactions instead of reaction-type Parameter has changed in v3, see https://github.com/peter-evans/create-or-update-comment/tree/v3#action-inputs --- .github/workflows/conda-lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda-lock.yml b/.github/workflows/conda-lock.yml index 71c5e0a..bb952f5 100644 --- a/.github/workflows/conda-lock.yml +++ b/.github/workflows/conda-lock.yml @@ -28,7 +28,7 @@ jobs: with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.comment.id }} - reaction-type: eyes + reactions: eyes # Checkout the pull request branch - name: Checkout Repository @@ -44,7 +44,7 @@ jobs: with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.comment.id }} - reaction-type: rocket + reactions: rocket # Run conda-lock GitHub Action - name: Run conda-lock @@ -59,4 +59,4 @@ jobs: with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.comment.id }} - reaction-type: hooray + reactions: hooray