mirror of
https://github.com/konpa/devicon.git
synced 2025-08-30 09:40:04 +02:00
Update handling outputs in build_icons.yml
This commit is contained in:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -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, steps.imgur_step.outputs.imgur_url ) }}
|
||||
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_url)[0] ) }}
|
||||
delete-branch: true
|
||||
|
Reference in New Issue
Block a user