From 19bc3334a699e7556846a2ba0b949be8253f5d32 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 30 May 2022 15:58:30 +0200 Subject: [PATCH] docs(readme): fix code indent (#401) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79020f3..3456a86 100644 --- a/README.md +++ b/README.md @@ -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).