[Tool] Fix syntax error in sync pipeline (#44785)

Signed-off-by: andyziye <108652123+andyziye@users.noreply.github.com>
This commit is contained in:
andyziye 2024-04-26 09:47:14 +08:00 committed by GitHub
parent 24fc8ab201
commit b45c7be92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
fi
- name: sync
if: steps.commit_sha.outputs.is_sync != "true"
if: steps.commit_sha.outputs.is_sync != 'true'
env:
PR_ID: ${{ github.event.number }}
COMMIT_ID: ${{ steps.commit_sha.outputs.commit_sha }}