Skip to content

Commit dc0a5a5

Browse files
committed
fix vars
1 parent 34e6f24 commit dc0a5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
WS_FORCEUPDATE_FAILBUILDONPOLICYVIOLATION: true
9393

9494
run: |
95-
if [ -z "${{ secrets.WS_APIKEY_NGINX }}" ] || [ -z "${{ secrets.WS_USER_KEY }}" ]; then
95+
if [ -z ${{ secrets.WS_APIKEY_NGINX }} ] || [ -z ${{ secrets.WS_USER_KEY }} ]; then
9696
echo "Secret is empty"
9797
exit 1
9898
fi

0 commit comments

Comments
 (0)