diff --git a/.github/workflows/test-build-testpush.yaml b/.github/workflows/test-build-testpush.yaml index 6d24fb3..b7bb9ca 100644 --- a/.github/workflows/test-build-testpush.yaml +++ b/.github/workflows/test-build-testpush.yaml @@ -60,9 +60,9 @@ jobs: - name: "Check out repository" uses: actions/checkout@v2 - with: - ref: ${{github.event.pull_request.head.ref}} - repository: ${{github.event.pull_request.head.repo.full_name}} + with: + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} - name: "Determine app name" if: env.APP_NAME == ''