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:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.event.issue.title, 'SYNC IMAGE')
|
if: startsWith(github.event.issue.title, 'SYNC ')
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue