Skip to content

Commit

Permalink
🔧 Update as per Release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Jan 15, 2025
1 parent 7a251bf commit 128cce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-workflow-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,12 @@ jobs:
id: slack_notification
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
webhook-type: incoming-webhook
payload: |
{
"run_id": "${{ github.run_id }}",
"pr_number": "${{ steps.extract_pr.outputs.pr_number }}"
}
env:
SLACK_WEBHOOK_URL: ${{ env.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: incoming-webhook

0 comments on commit 128cce0

Please sign in to comment.