Skip to content

Commit

Permalink
Use zapier-style link markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
enkeboll authored May 1, 2024
1 parent 5ce2a78 commit f561c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/zapier-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ run_data_results = run_data_response.json()['data']

# Overall run summary
step_summary_post = f"""
*\[{hook_data['runStatus']} for Run #{run_id} on Job \"{hook_data['jobName']}\"]({run_data_results['href']})*
*<{run_data_results['href']}|{hook_data['runStatus']} for Run #{run_id} on Job \"{hook_data['jobName']}\">*
*Environment:* {hook_data['environmentName']} | *Trigger:* {hook_data['runReason']} | *Duration:* {run_data_results['duration_humanized']}
Expand Down

0 comments on commit f561c13

Please sign in to comment.