mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 21:00:38 +08:00
Update target-image-sync.yml (#1739)
Add fool-proofing measures for title..
This commit is contained in:
2
.github/workflows/target-image-sync.yml
vendored
2
.github/workflows/target-image-sync.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user