Skip to content

Commit

Permalink
fix: slack webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
key-hui-mentem committed Jan 11, 2023
1 parent b833030 commit ff78b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/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
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/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

0 comments on commit ff78b95

Please sign in to comment.