Skip to content

Commit

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

0 comments on commit 91569f4

Please sign in to comment.