docs(readme): fix code indent (#401)

This commit is contained in:
Julien Bouquillon
2022-05-30 15:58:30 +02:00
committed by GitHub
parent 625465ddfa
commit 19bc3334a6

View File

@@ -161,9 +161,9 @@ You can set it up like this:
```yaml ```yaml
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }} 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). 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).