Skip to content

Commit 7388ce0

Browse files
cjfryerskedwards88
andauthored
Correct case of github.event.review.state (#28303)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
1 parent 42e7571 commit 7388ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/using-workflows/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ on:
763763
764764
jobs:
765765
approved:
766-
if: github.event.review.state == 'approved'
766+
if: github.event.review.state == 'APPROVED'
767767
runs-on: ubuntu-latest
768768
steps:
769769
- run: echo "This PR was approved"

0 commit comments

Comments
 (0)