Skip to content

Commit

Permalink
fixed better
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 25, 2024
1 parent fdddf51 commit 023cd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Apply requested context to template:"
echo $REQUEST_BODY
if [ -n "$REQUEST_BODY" ]; then
if [[ -n "$REQUEST_BODY" && "$REQUEST_BODY" != "{}" ]]; then
export WEBHOOK_VERSION=$(echo $REQUEST_BODY | jq .version)
Expand Down

0 comments on commit 023cd79

Please sign in to comment.