Skip to content

Commit

Permalink
burh
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 21, 2024
1 parent cef7045 commit 37b1417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
- 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;
git add .;
- name: Push changes
Expand Down

0 comments on commit 37b1417

Please sign in to comment.