Skip to content

Commit

Permalink
i hoep this works
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 21, 2024
1 parent ff79a8b commit 71b3cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Update config types
run: |
rm -f stardust-config.d.ts;
echo $(curl https://raw.githubusercontent.com/spaceness/stardust/main/src/types/config.d.ts) > stardust-config.d.ts;
curl https://raw.githubusercontent.com/spaceness/stardust/main/src/types/config.d.ts -o stardust-config.d.ts;
git add .;
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 71b3cae

Please sign in to comment.