зеркало из https://github.com/github/docs.git
Fix an Actions expression syntax error (#17806)
This commit is contained in:
Родитель
271df90bab
Коммит
37ea38dc5e
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check-schema-versions:
|
||||
if: ${{ github.repository === 'github/docs-internal' }}
|
||||
if: ${{ github.repository == 'github/docs-internal' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository code
|
||||
|
|
Загрузка…
Ссылка в новой задаче