Skip to content

Commit

Permalink
Update away from json payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ayellapragada committed Apr 11, 2024
1 parent 045411c commit d903172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
with:
channel-id: ${{ env.SLACK_CHANNEL }}
payload: |
{
"text": "Test. FD Acceptance Tests Failed: ${{ inputs.module }} ${{ inputs.terraform_command }}",
}
slack-message: "Test. FD Acceptance Tests Failed: ${{ inputs.module }} ${{ inputs.terraform_command }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
continue-on-error: true
with:
channel-id: ${{ env.SLACK_CHANNEL }}
payload: |
{
"text": "TEST_MESSAGE, IGNORE - 'Flightdeck acceptance tests have failed on the cluster.'",
}
slack-message: "TEST_MESSAGE, IGNORE - 'Flightdeck acceptance tests have failed on the cluster.'"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit d903172

Please sign in to comment.