[Tool] Fix syntax error in sync pipeline (#44785)
Signed-off-by: andyziye <108652123+andyziye@users.noreply.github.com>
This commit is contained in:
parent
24fc8ab201
commit
b45c7be92f
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue