Skip to content

Commit

Permalink
Correct case of github.event.review.state (github#28303)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Edwards <[email protected]>
  • Loading branch information
cjfryer and skedwards88 authored Sep 26, 2023
1 parent 42e7571 commit 7388ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ on:
jobs:
approved:
if: github.event.review.state == 'approved'
if: github.event.review.state == 'APPROVED'
runs-on: ubuntu-latest
steps:
- run: echo "This PR was approved"
Expand Down

0 comments on commit 7388ce0

Please sign in to comment.