Skip to content

BottleRocketStudios/notify-slack-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Notify Slack

A Github Action that allows you to easily notify Slack of the results of a build.

Usage

- name: Slack
  uses: bottlerocketstudios/notify-slack-action@v1
  with:
    webhook_url: ${{ $secrets.SLACK_WEBHOOK_URL }}
    success: true
    artifacts_url: https://www.apple.com

Additional Arguments

There are a number of additional, optional arguments that can be provided to more closely control the transferred artifacts and their destination. See action.yml for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published