mirror of
https://github.com/konpa/devicon.git
synced 2025-08-06 06:37:48 +02:00
Merge pull request #441 from devicons/develop
fix typo in github workflow
This commit is contained in:
4
.github/workflows/build_icons.yml
vendored
4
.github/workflows/build_icons.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: npm run build-css
|
run: npm run build-css
|
||||||
- name: Upload screenshot of the newly made icons
|
- name: Upload screenshot of the newly made icons
|
||||||
id: imgur_step
|
id: imgur_step
|
||||||
uses: devicons/public-upload-to-imgur@v2.1
|
uses: devicons/public-upload-to-imgur@v2.1.1
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ./new_icons.png
|
path: ./new_icons.png
|
||||||
@@ -56,5 +56,5 @@ jobs:
|
|||||||
base: 'master'
|
base: 'master'
|
||||||
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
||||||
title: 'bot:build 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
|
delete-branch: true
|
||||||
|
Reference in New Issue
Block a user