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