Skip to content

Commit 5b9c453

Browse files
authored
Update auto-liqi.yml
1 parent e66296f commit 5b9c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-liqi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
DESC=steps.get_latest_release.outputs.description
6565
LQBIN_VERSION=$(echo $DESC | grep "lqc.lqbin" | awk '{print $2}')
66-
if ["$LQBIN_VERSION" !== "${{ env.lqc-lqbin }}"]; then
66+
if [ "$LQBIN_VERSION" != "${{ env.lqc-lqbin }}" ]; then
6767
echo "update_needed=true" >> $GITHUB_OUTPUT
6868
else
6969
echo "update_needed=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)