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: