Skip to content

Commit

Permalink
fix: use payload plain
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa-tkpd committed Nov 6, 2023
1 parent 91569f4 commit e15fbc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/monitor-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_HOOK }}
with:
slack-message: ${{ steps.get-payload.outputs.slack_payload }}
payload: |
{
"text": "${{ steps.get-payload.outputs.slack_payload }}"
}

0 comments on commit e15fbc7

Please sign in to comment.