Update fork check

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 350727db5b
commit fcb165eb59

@ -60,7 +60,8 @@ jobs:
- run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc - run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc
- uses: stefanzweifel/git-auto-commit-action@v5 - 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: with:
commit_message: Apply auto-build changes commit_message: Apply auto-build changes

Loading…
Cancel
Save