Skip to content

Commit 08e154f

Browse files
committed
chore(CI): fix icons script
1 parent e5aa15d commit 08e154f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ runs:
1313
steps:
1414
- name: Set NPM Token
1515
shell: bash
16-
working-directory: .github/actions/download-icons
17-
run: node fetch.js
16+
run: node .github/actions/download-icons/fetch.js
1817
env:
1918
FIGMA_TOKEN: ${{ inputs.figma-token }}

.github/workflows/icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
# This allows a subsequently queued workflow run to interrupt previous runs
1111
concurrency:
12-
group: "ci @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
12+
group: "ci @ ${{ github.ref_name }}"
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)