Skip to content

Commit e028323

Browse files
committed
chore(CI): fix icons script
1 parent ea9d5f9 commit e028323

File tree

6 files changed

+1
-533
lines changed

6 files changed

+1
-533
lines changed

.github/actions/download-icons/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runs:
1313
steps:
1414
- name: Set NPM Token
1515
shell: bash
16-
run: node .github/actions/download-icons/fetch.js
16+
run: node .github/actions/download-icons/fetch.mjs
1717
env:
1818
FIGMA_TOKEN: ${{ inputs.figma-token }}

.github/actions/download-icons/fetch.js

Lines changed: 0 additions & 143 deletions
This file was deleted.

.github/actions/download-icons/utils/cleanString.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/actions/download-icons/utils/compare.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

.github/actions/download-icons/utils/download.js

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)