From 219b6e4a4b129d60c4dc866c236b41eddb6e56a9 Mon Sep 17 00:00:00 2001 From: Conor Date: Wed, 23 Nov 2022 15:57:08 -0600 Subject: [PATCH] fix: yaml syntax --- .github/workflows/test-command.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 05f81c845957e..96e4cafbfa78d 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -41,6 +41,9 @@ jobs: steps: - name: Checkout Airbyte uses: actions/checkout@v3 + with: + repository: ${{ github.event.inputs.repo }} + ref: ${{ github.event.inputs.gitref }} - name: Check PAT rate limits run: | ./tools/bin/find_non_rate_limited_PAT \ @@ -48,9 +51,6 @@ jobs: ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \ ${{ secrets.SUPERTOPHER_PAT }} \ ${{ secrets.DAVINCHIA_PAT }} - with: - repository: ${{ github.event.inputs.repo }} - ref: ${{ github.event.inputs.gitref }} - name: Start AWS Runner id: start-ec2-runner uses: ./.github/actions/start-aws-runner