1
0
mirror of synced 2026-01-05 21:04:17 -05:00

fix startsWith syntax

This commit is contained in:
Sarah Schneider
2020-11-23 14:57:38 -05:00
parent 64fa3b8767
commit 5e0bcc6773

View File

@@ -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