From 0fdda21f5b230304cea68f48c25338bafb54039a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 7 Apr 2022 10:09:14 -0400 Subject: [PATCH] chore(ci): fix workflow for build (#25072) --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8894de7a8..c1194c6998 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/checkout@v2 - with: - # Checkout the latest commit in this branch - ref: ${{ github.event.pull_request.head.sha }} + with: + # Checkout the latest commit in this branch + ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/workflows/actions/build-core test-core-clean-build: