We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5aa15d commit 08e154fCopy full SHA for 08e154f
.github/actions/download-icons/action.yml
@@ -13,7 +13,6 @@ runs:
13
steps:
14
- name: Set NPM Token
15
shell: bash
16
- working-directory: .github/actions/download-icons
17
- run: node fetch.js
+ run: node .github/actions/download-icons/fetch.js
18
env:
19
FIGMA_TOKEN: ${{ inputs.figma-token }}
.github/workflows/icons.yml
@@ -9,7 +9,7 @@ permissions:
9
10
# This allows a subsequently queued workflow run to interrupt previous runs
11
concurrency:
12
- group: "ci @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
+ group: "ci @ ${{ github.ref_name }}"
cancel-in-progress: true
jobs:
0 commit comments