From c6d2e3ea4e12a2336944e1dfe17282cd3df92798 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:25:31 -0400 Subject: [PATCH] Update link-checker.yml (#3787) --- .github/workflows/link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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