We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4be8c commit ee2645bCopy full SHA for ee2645b
.github/workflows/build_icons.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run build-css
35
- name: Upload screenshot of the newly made icons
36
id: imgur_step
37
- uses: devicons/public-upload-to-imgur@v2.1
+ uses: devicons/public-upload-to-imgur@v2.1.1
38
if: success()
39
with:
40
path: ./new_icons.png
@@ -56,5 +56,5 @@ jobs:
56
base: 'master'
57
commit-message: 'Built new icons, icomoon.json and devicon.css'
58
title: 'bot:build new icons, icomoon.json and devicon.css'
59
- body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_url)[0] ) }}
+ body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_urls)[0] ) }}
60
delete-branch: true
0 commit comments