Skip to content

Fix formatting issue in Slack notifications#753

Merged
Krusty93 merged 1 commit intomasterfrom
fix-slack-notification
Apr 2, 2026
Merged

Fix formatting issue in Slack notifications#753
Krusty93 merged 1 commit intomasterfrom
fix-slack-notification

Conversation

@Krusty93
Copy link
Copy Markdown
Contributor

@Krusty93 Krusty93 commented Apr 1, 2026

It's not a bash script, so github syntax must be used (${{ env... }})

Copilot AI review requested due to automatic review settings April 1, 2026 15:20
@Krusty93 Krusty93 requested review from a team as code owners April 1, 2026 15:20
@Krusty93 Krusty93 requested review from LazyAfternoons and grausof and removed request for a team April 1, 2026 15:20
@github-actions github-actions bot added the ci label Apr 1, 2026
@Krusty93 Krusty93 enabled auto-merge (squash) April 1, 2026 15:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes Slack notification formatting in the TLS certificate renewal GitHub Actions workflow by replacing shell-style variable references (which aren’t evaluated in with: inputs) with GitHub Actions expression syntax.

Changes:

  • Inline steps.calc_cert_name.outputs.kv_cert_name in the first Slack failure message and remove the now-unneeded CERT_NAME env mapping.
  • Replace $KV_CERT_NAME with ${{ env.KV_CERT_NAME }} in the second Slack failure message to ensure the certificate name is rendered correctly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Krusty93 Krusty93 merged commit 7dba207 into master Apr 2, 2026
9 checks passed
@Krusty93 Krusty93 deleted the fix-slack-notification branch April 2, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants