[ci] Use single quotes for repository name

This commit is contained in:
Anisha Mohanty 2022-04-26 13:54:42 +05:30 committed by Jiri Pechanec
parent 667833afaf
commit e6d5714a73

View File

@ -11,7 +11,7 @@ on:
jobs:
script:
if: github.repository == "debezium/debezium"
if: github.repository == 'debezium/debezium'
runs-on: ubuntu-latest
steps: