Skip to content

Commit

Permalink
docs(readme): fix code indent (actions#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed May 30, 2022
1 parent 625465d commit 19bc333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -161,9 +161,9 @@ You can set it up like this:

```yaml
- uses: actions/checkout@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
```

You can find the full docs for payloads of `pull_request` events [here](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#webhook-payload-example-32).
Expand Down

0 comments on commit 19bc333

Please sign in to comment.