Update target-image-sync.yml (#1739)
Add fool-proofing measures for title..
This commit is contained in:
parent
d2401e7e80
commit
00dd462dc0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue