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.
- Host: GitHub
- URL: https://github.com/acmesoftwarellc/slack-build-notification
- Owner: AcmeSoftwareLLC
- License: mit
- Created: 2024-03-21T12:09:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T10:05:03.000Z (over 1 year ago)
- Last Synced: 2025-01-27T13:09:52.741Z (about 1 year ago)
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```