Skip to content

Commit 54b11af

Browse files
Fix get_figma_images.yml (#899)
* Fix get_figma_images.yml Fix for when no label * github-actions[bot] Update figma images --------- Co-authored-by: lukasoppermann <[email protected]>
1 parent a967d5b commit 54b11af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/get_figma_images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
commit_message: github-actions[bot] Update figma images
4545
- uses: actions-ecosystem/action-remove-labels@v1
46-
if: always()
46+
if: contains(github.event.pull_request.labels.*.name, 'update figma images')
4747
with:
48-
labels: 'update figma images'
48+
labels: 'update figma images'

figmaImageNodeUrls.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)