Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 613 Bytes

bugsnag-release-action

Notify Bugsnag of a release/deployment

Inputs

apiKey

Required The Bugsnag API Key for your project.

appVersion

The version of the application that you are deploying. If action is triggered by a release, it will use the tag by default.

metadata

Optional metadata tags pertinent to the release required: false

releaseStage

This identifies the unique stage/environment that the application code has been released to. Defaults to production

Example usage

uses: psprings/[email protected]
with:
  apiKey: 'APIKEYHERE'