Skip to content

Commit

Permalink
🚑 Patch to use reactions instead of reaction-type
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Aug 24, 2023
1 parent 0cb1fde commit 31e6812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 31e6812

Please sign in to comment.