An open API service indexing awesome lists of open source software.

https://github.com/acmesoftwarellc/slack-build-notification

This action sends a notification to a Slack channel about the application build status.
https://github.com/acmesoftwarellc/slack-build-notification

Last synced: 6 months ago
JSON representation

This action sends a notification to a Slack channel about the application build status.

Awesome Lists containing this project

README

          

# Slack Build Notification Action

This action sends a notification to a Slack channel about the application build status.

## Usage

```yaml
steps:
- name: Build Android bundle
uses: AcmeSoftwareLLC/slack-build-notification@v1
with:
platform: android
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
build-name: 1.0.0
build-number: 20231005
changelog: |
## Changelog
- Added new feature
- Fixed bug
```