Skip to content

Commit

Permalink
Fix URL on message to enable giphy preview (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagostutz authored Apr 1, 2024
1 parent 94eaf04 commit d7c67f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/give_kudos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GiveKudosWorkflow.addStep(Schema.slack.functions.SendMessage, {
message:
`*Hey <@${kudo.outputs.fields.doer_of_good_deeds}>!* Someone wanted to share some kind words with you :otter:\n` +
`> ${kudo.outputs.fields.kudo_message}\n` +
`${gif.outputs.URL}`,
`<${gif.outputs.URL}>`,
});

export { GiveKudosWorkflow };

0 comments on commit d7c67f5

Please sign in to comment.