From 5c59cc3e521f6ad014b17836af60e04011fe6575 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 6 Jun 2021 15:11:34 +0530 Subject: [PATCH] Update publish-records.yml --- .github/workflows/publish-records.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index ad3b11cd1..41493d93f 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -8,7 +8,7 @@ on: jobs: publish: - if: github.repository == 'is-a-dev/register’ + if: github.repository == 'is-a-dev/register' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2