diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f16c39b..cc2e2cf5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: run: | cat response.txt echo "RESPONSE_CODE=${{ env.RESPONSE_CODE }}" - if [ {{ env.RESPONSE_CODE }} != 200 ] + if [ ${{ env.RESPONSE_CODE }} != 204 ] then exit 1 fi