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

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: