Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Oct 11, 2023
1 parent 273488e commit 1fd8d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fd8d69

Please sign in to comment.