Skip to content

Commit

Permalink
uhh
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 25, 2024
1 parent eb6fd14 commit a99aa26
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 @@ -36,7 +36,7 @@ jobs:
- run:
name: Transform Formula Template
command: |
if [ -n "${REQUEST_BODY}" ]; then
if [ -z "${REQUEST_BODY}" ]; then
export WEBHOOK_VERSION=$(echo $REQUEST_BODY | jq .version)
echo "Apply requested context to template:"
Expand Down

0 comments on commit a99aa26

Please sign in to comment.