From cef70450fe1a962c70c3fc7bcd5a8d4fd939f940 Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Sun, 21 Jul 2024 13:25:33 -0400 Subject: [PATCH] fix this bug again --- .github/workflows/sync-type.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' }}