mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 17:43:54 -07:00
Update translations-pull.yml
This commit is contained in:
parent
ad3750039d
commit
d3190da445
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translations-pull.yml
vendored
2
.github/workflows/translations-pull.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Pull translated strings from Transifex"
|
- name: "Pull translated strings from Transifex"
|
||||||
# Do not run this step for PR's from forks, they don't have access to the secret
|
# Do not run this step for PR's from forks, they don't have access to the secret
|
||||||
if: github.event_name != 'pull_request' || github.repository_owner == 'Cockatrice'
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
||||||
uses: transifex/cli-action@v2
|
uses: transifex/cli-action@v2
|
||||||
with:
|
with:
|
||||||
# Used config file: https://github.com/Cockatrice/Cockatrice/blob/master/.tx/config
|
# Used config file: https://github.com/Cockatrice/Cockatrice/blob/master/.tx/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue