Skip to content

Commit 0ee92b0

Browse files
authored
Merge pull request #440 from devicons/amacado/feature/fix-build
fix typo in imgur output
2 parents 4c397cf + ee2645b commit 0ee92b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_icons.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build-css
3535
- name: Upload screenshot of the newly made icons
3636
id: imgur_step
37-
uses: devicons/public-upload-to-imgur@v2.1
37+
uses: devicons/public-upload-to-imgur@v2.1.1
3838
if: success()
3939
with:
4040
path: ./new_icons.png
@@ -56,5 +56,5 @@ jobs:
5656
base: 'master'
5757
commit-message: 'Built new icons, icomoon.json and devicon.css'
5858
title: 'bot:build new icons, icomoon.json and devicon.css'
59-
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_url)[0] ) }}
59+
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_urls)[0] ) }}
6060
delete-branch: true

0 commit comments

Comments
 (0)