Skip to content

Commit ee2645b

Browse files
authored
fix typo in imgur output
1 parent 0c4be8c commit ee2645b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)