Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions github-to-slack/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Post GitHUb commits to Slack channel.
# Post GitHub commits to Slack channel.

This sample shows how to automatically post GitHub commits to a Slack channel using an HTTPS Cloud Function.

Further reading:
- Slack Webhooks API: https://api.slack.com/incoming-webhooks
- Firebase SDK: https://firebase.google.com/docs/functions
- GitHUb Webhooks: https://developer.github.com/webhooks/creating/
- GitHub Webhooks: https://developer.github.com/webhooks/creating/

## Functions Code

Expand Down