Skip to content

Commit 125ba1f

Browse files
committed
Update handling outputs in build_icons.yml
1 parent dd221c0 commit 125ba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)