@@ -10,9 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 1
- - name: Fetch main branch
- run: git fetch origin main --depth=1
+ fetch-depth: 0
- name: Config Git User
run: |
git config --local user.name "dragooncjw"