Skip to content

Commit

Permalink
Choose different failure icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonScholz committed Sep 22, 2023
1 parent a46c91b commit c5aa58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function createGoogleCardV2StructureOutput(
decoratedText: {
startIcon: {
iconUrl:
'https://cdn2.iconfinder.com/data/icons/kids/128x128/apps/agt_action_fail.png'
'https://raw.githubusercontent.com/SimonScholz/google-chat-action/main/assets/failure-128.png'
},
wrapText: true,
text: `<b>Name:</b> ${failure.source?.name} <br><b>Test:</b> ${failure.error.test} <br><b>Message:</b> ${failure.error.message}`
Expand Down

0 comments on commit c5aa58a

Please sign in to comment.