From a34ba35889c9e3423b888b9ce5b463482ae4b86c Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 31 Oct 2023 17:49:54 -0400 Subject: [PATCH] Remove extra checkout in build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca77b27e..02643038 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,6 @@ jobs: with: name: build path: build - - name: 🚚 Checkout uses: actions/checkout@v3 - run : git config user.name github-actions - run : git config user.email github-actions@github.com