Update target-image-sync.yml (#1739)

Add fool-proofing measures for title..
This commit is contained in:
Shiming Zhang 2024-03-01 09:37:35 +08:00 committed by GitHub
parent d2401e7e80
commit 00dd462dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ permissions:
jobs:
sync:
runs-on: ubuntu-latest
if: startsWith(github.event.issue.title, 'SYNC IMAGE')
if: startsWith(github.event.issue.title, 'SYNC ')
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: