mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge pull request #254 from dlech/patch-1
README: use pull_request_target in example
This commit is contained in:
commit
9bd6ae64c1
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
You can format text in comments using the same [Markdown syntax](https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) as the GitHub web interface:
|
||||
|
||||
```yaml
|
||||
on: pull_request
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
welcome:
|
||||
|
|
|
|||
Loading…
Reference in a new issue