diff --git a/.github/workflows/sync-type.yaml b/.github/workflows/sync-type.yaml index bff0fd6..cb32709 100644 --- a/.github/workflows/sync-type.yaml +++ b/.github/workflows/sync-type.yaml @@ -17,7 +17,8 @@ jobs: uses: actions/checkout@v4 - name: Update config types run: | - echo $(curl https://raw.githubusercontent.com/spaceness/stardust/main/src/types/config.d.ts) > stardust-config.d.ts + echo $(curl https://raw.githubusercontent.com/spaceness/stardust/main/src/types/config.d.ts) > stardust-config.d.ts; + git add .; - name: Push changes uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ github.repository == 'spaceness/stardust-docs' && github.ref == 'refs/heads/main' }}