This commit is contained in:
Sarah Schneider 2020-11-23 14:57:38 -05:00
Родитель 64fa3b8767
Коммит 5e0bcc6773
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ on:
jobs:
updateIndices:
name: Update English index for single version based on a label's version
if: github.repository == 'github/docs-internal' && github.event.label.name.startsWith('sync-english-index-for-')
if: github.repository == 'github/docs-internal' && startsWith(github.event.label.name, 'sync-english-index-for-')
runs-on: ubuntu-latest
steps:
- name: checkout