Remove extra checkout in build.yml

This commit is contained in:
Raymond Li
2023-10-31 17:49:54 -04:00
committed by GitHub
parent 616d15b6bd
commit a34ba35889

View File

@@ -39,7 +39,6 @@ jobs:
with: with:
name: build name: build
path: build path: build
- name: 🚚 Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- run : git config user.name github-actions - run : git config user.name github-actions
- run : git config user.email github-actions@github.com - run : git config user.email github-actions@github.com