1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 03:40:16 +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

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