Skip to content

Commit

Permalink
Fix get_figma_images.yml (#899)
Browse files Browse the repository at this point in the history
* Fix get_figma_images.yml

Fix for when no label

* github-actions[bot] Update figma images

---------

Co-authored-by: lukasoppermann <[email protected]>
  • Loading branch information
lukasoppermann and lukasoppermann authored Dec 4, 2024
1 parent a967d5b commit 54b11af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_figma_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
with:
commit_message: github-actions[bot] Update figma images
- uses: actions-ecosystem/action-remove-labels@v1
if: always()
if: contains(github.event.pull_request.labels.*.name, 'update figma images')
with:
labels: 'update figma images'
labels: 'update figma images'
1 change: 1 addition & 0 deletions figmaImageNodeUrls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit 54b11af

Please sign in to comment.