Skip to content

Commit

Permalink
fix builder name
Browse files Browse the repository at this point in the history
  • Loading branch information
sazap10 committed May 15, 2019
1 parent 8d78955 commit 3395a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

URL=${BUILD_API_URL:-"https://build.bugsnag.com"}
RELEASE_STAGE=${RELEASE_STAGE:-production}
BUILDER_NAME=${BUILDER_NAME:-$GITHUB_ACTION}
BUILDER_NAME=${BUILDER_NAME:-"Bugsnag build reporting"}
METADATA=${METADATA:-"{}"}
AUTO_ASSIGN_RELEASE=${AUTO_ASSIGN_RELEASE:-false}
VERSION=${VERSION:-$GITHUB_REF}
Expand Down

0 comments on commit 3395a6f

Please sign in to comment.