Skip to content

Commit 259d6a4

Browse files
committed
add branding
1 parent f51e935 commit 259d6a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ runs:
9090
jq -r '"site-name=" + .site_name' "$TEMP_JSON" >> $GITHUB_OUTPUT
9191
jq -r '"deploy-id=" + .deploy_id' "$TEMP_JSON" >> $GITHUB_OUTPUT
9292
jq -r '"deploy-url=" + .deploy_url' "$TEMP_JSON" >> $GITHUB_OUTPUT
93-
jq -r '"logs=" + .logs' "$TEMP_JSON" >> $GITHUB_OUTPUT
93+
jq -r '"logs=" + .logs' "$TEMP_JSON" >> $GITHUB_OUTPUT
94+
95+
branding:
96+
icon: arrow-up-circle
97+
color: blue

0 commit comments

Comments
 (0)