Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DiveInto committed Jul 28, 2020
1 parent 3de784b commit 6731f8e
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 @@ resp_code=$(curl -s -o resp.log -w "%{http_code}" -XPOST ${INPUT_KALM_API_ADDRES

resp=$(cat resp.log)

echo $resp
echo "response from webhook: $resp"
echo "::set-output name=resp::$resp"

if [ $resp_code == 200 ]
Expand Down

0 comments on commit 6731f8e

Please sign in to comment.