Skip to content

Commit d88c078

Browse files
authored
Merge pull request #43361 from github/repo-sync
Repo sync
2 parents 6951c34 + 7388ce0 commit d88c078

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)