diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 998300242..b9c29c0c3 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -7,7 +7,7 @@ on: jobs: publish: - if: github.repository == 'TheBotlyNoob/register’ + if: github.repository == 'is-a-dev/register’ runs-on: ubuntu-latest steps: - uses: actions/checkout@v2