Fix build.yml

This commit is contained in:
Raymond Li
2023-10-31 17:44:31 -04:00
committed by GitHub
parent e5e56c04a2
commit 283444f0be

View File

@@ -44,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: 🚚 Checkout
uses: actions/checkout@v3
- run : git config user.name github-actions
- run : git config user.email github-actions@github.com
- run : git --work-tree build add --all