1
0
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:
Thomas Bui
2020-12-30 13:21:35 -08:00
parent e51fb1ccd8
commit 799878ea39

View File

@@ -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