-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration-docs: Update Github Actions for new doc format.
Part of #29592.
- Loading branch information
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
It's easy to send Zulip messages from GitHub Actions! This is useful: | ||
# Zulip GitHub Actions integration | ||
|
||
* If you want to report the success or failure of an Action to Zulip. | ||
* If you want to send output from your actions to Zulip. | ||
It's easy to send Zulip messages from GitHub Actions! | ||
|
||
Instructions are available [here](https://github.com/zulip/github-actions-zulip#readme). | ||
{start_tabs} | ||
|
||
See also the [GitHub integration](/integrations/doc/github). | ||
1. {!create-a-generic-bot.md!} | ||
|
||
1. To send Zulip notifications whenever your workflow runs, add the | ||
`zulip/github-actions-zulip/send-message@v1` action to your GitHub | ||
Actions workflow file, and set the input values as specified in the | ||
[README][README] of the [Zulip GitHub Actions repository][repo]. | ||
|
||
{end_tabs} | ||
|
||
### Related documentation | ||
|
||
* [Zulip GitHub Actions repository][repo] | ||
|
||
* [Configuring the Zulip Send Message Action][README] | ||
|
||
* [GitHub integration](/integrations/doc/github) | ||
|
||
[README]: https://github.com/zulip/github-actions-zulip/blob/main/send-message/README.md | ||
[repo]: https://github.com/zulip/github-actions-zulip |