Skip to content

Commit

Permalink
actually send the request and not just echo
Browse files Browse the repository at this point in the history
  • Loading branch information
sazap10 committed May 15, 2019
1 parent 5048cb0 commit 8d78955
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 @@ -9,7 +9,7 @@ METADATA=${METADATA:-"{}"}
AUTO_ASSIGN_RELEASE=${AUTO_ASSIGN_RELEASE:-false}
VERSION=${VERSION:-$GITHUB_REF}

echo curl $URL \
curl $URL \
--header "Content-Type: application/json" \
--data '{
"apiKey": "'${BUGSNAG_API_KEY}'",
Expand Down

0 comments on commit 8d78955

Please sign in to comment.