Skip to content

Commit 19bc333

Browse files
author
Julien Bouquillon
authored
docs(readme): fix code indent (#401)
1 parent 625465d commit 19bc333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ You can set it up like this:
161161

162162
```yaml
163163
- uses: actions/checkout@v2
164-
with:
165-
repository: ${{ github.event.pull_request.head.repo.full_name }}
166-
ref: ${{ github.event.pull_request.head.ref }}
164+
with:
165+
repository: ${{ github.event.pull_request.head.repo.full_name }}
166+
ref: ${{ github.event.pull_request.head.ref }}
167167
```
168168

169169
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).

0 commit comments

Comments
 (0)