From fcb165eb597bc8c52645bb730cbf4d1b62f3dff3 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 9 May 2024 07:41:06 +0100 Subject: [PATCH] Update fork check --- .github/workflows/lint_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 293202d..f7fa63d 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -60,7 +60,8 @@ jobs: - run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc - uses: stefanzweifel/git-auto-commit-action@v5 - if: ${{ github.event.pull_request.head.repo.full_name == 'org/repo' }} + ## fix this check + if: github.event.pull_request.head.repo.full_name == github.repository with: commit_message: Apply auto-build changes