no message

This commit is contained in:
Kittapath 2024-01-11 11:14:09 +07:00
parent b1a9b51358
commit b28a92c737

View file

@ -30,10 +30,10 @@ jobs:
else
IMAGE_VER=${{ github.event.inputs.IMAGE_VER }}
fi
if [[ secrets.IMAGE_VER == '' ]]; then
IMAGE_VER='test-vBeta'
fi
echo '::set-output name=image_ver::'secrets.IMAGE_VER
# if [[ $IMAGE_VER == '' ]]; then
# IMAGE_VER='test-vBeta'
# fi
echo '::set-output name=image_ver::'$IMAGE_VER
- name: Check Version
run: |
echo $GITHUB_REF