mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update fork check
This commit is contained in:
parent
350727db5b
commit
fcb165eb59
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lint_and_test.yml
vendored
3
.github/workflows/lint_and_test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue