Skip to content

Commit 799878e

Browse files
committed
Update handling outputs in build_icons.yml
1 parent e51fb1c commit 799878e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
base: 'master'
5757
commit-message: 'Built new icons, icomoon.json and devicon.css'
5858
title: 'bot:build new icons, icomoon.json and devicon.css'
59-
body: ${{ format(env.MESSAGE, steps.imgur_step.outputs.imgur_url ) }}
59+
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_url)[0] ) }}
6060
delete-branch: true

0 commit comments

Comments
 (0)