1
0
mirror of https://github.com/konpa/devicon.git synced 2025-04-19 12:22:14 +02:00

Merge pull request #441 from devicons/develop

fix typo in github workflow
This commit is contained in:
Clemens Bastian 2021-01-03 01:45:48 +01:00 committed by GitHub
commit 2558f255ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
run: npm run build-css
- name: Upload screenshot of the newly made icons
id: imgur_step
uses: devicons/public-upload-to-imgur@v2.1
uses: devicons/public-upload-to-imgur@v2.1.1
if: success()
with:
path: ./new_icons.png
@ -56,5 +56,5 @@ jobs:
base: 'master'
commit-message: 'Built new icons, icomoon.json and devicon.css'
title: 'bot:build new icons, icomoon.json and devicon.css'
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_url)[0] ) }}
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_urls)[0] ) }}
delete-branch: true