From 9d22febe64fbd1f8f69d08b3d7c80bbefad73a81 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 9 Apr 2021 11:27:27 +0200 Subject: [PATCH] Fixing indent --- .github/workflows/hitl.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hitl.yml b/.github/workflows/hitl.yml index a888e06..5f920fc 100644 --- a/.github/workflows/hitl.yml +++ b/.github/workflows/hitl.yml @@ -17,8 +17,8 @@ jobs: repository: quartiq/hitl client-payload: '{"github": ${{ toJson(github) }}}' - - uses: fountainhead/action-wait-for-check@v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - checkName: HITL - ref: ${{ github.event.pull_request.head.sha }} + - uses: fountainhead/action-wait-for-check@v1.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + checkName: HITL + ref: ${{ github.event.pull_request.head.sha }}