Skip to content

Commit cb29d44

Browse files
authored
Merge pull request github#26789 from github/repo-sync
repo sync
2 parents 1c11503 + ad28ba3 commit cb29d44

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ on:
899899
900900
jobs:
901901
if_merged:
902-
if: github.event.pull_request_target.merged == true
902+
if: github.event.pull_request.merged == true
903903
runs-on: ubuntu-latest
904904
steps:
905905
- run: |

0 commit comments

Comments
 (0)