Skip to content

AcmeSoftwareLLC/slack-build-notification

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Build Notification Action

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

Usage

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

About

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors