diff --git a/.github/workflows/build-wbi-apps.yml b/.github/workflows/build-wbi-apps.yml index 938b9ed..6c404b0 100644 --- a/.github/workflows/build-wbi-apps.yml +++ b/.github/workflows/build-wbi-apps.yml @@ -28,9 +28,9 @@ jobs: tags: ghcr.io/predictiveecology/wbi_shiny/shiny-wbi_nwt:v2 - name: 'Trigger update webhook' run: | - response=$(curl "http://wbi.predictiveecology.org:9000/hooks/update?token=${{secrets.WEBHOOK_SECRET}}") - echo $response - (( $response == "Updating images" )) || { exit 1; } + response=$(curl "http://wbi.predictiveecology.org:9000/hooks/update?token=${{secrets.WEBHOOK_SECRET}}") + echo $response + (( $response == "Updating images" )) || { exit 1; } build-and-push-wbi: name: Build WBI Shiny App