We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66296f commit 5b9c453Copy full SHA for 5b9c453
.github/workflows/auto-liqi.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
DESC=steps.get_latest_release.outputs.description
65
LQBIN_VERSION=$(echo $DESC | grep "lqc.lqbin" | awk '{print $2}')
66
- if ["$LQBIN_VERSION" !== "${{ env.lqc-lqbin }}"]; then
+ if [ "$LQBIN_VERSION" != "${{ env.lqc-lqbin }}" ]; then
67
echo "update_needed=true" >> $GITHUB_OUTPUT
68
else
69
echo "update_needed=false" >> $GITHUB_OUTPUT
0 commit comments