diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 1940a035..2e8c63a8 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -5,7 +5,7 @@ on: - cron: "30 11 * * 0" jobs: check: - if: github.repository == ‘opensearch-project/documentation-website’ + if: github.repository == 'opensearch-project/documentation-website' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3