Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Nov 8, 2023
1 parent 7996c46 commit d559b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Add Transifex remotes
run: |
./tx add remote --file-filter 'projects/<project_slug>/<lang>/<resource_slug>' --minimum-perc 100 https://app.transifex.com/hisp-uio/docs-full-site/dashboard/
./tx add remote --file-filter 'projects/<project_slug>/<lang>/<resource_slug>' --minimum-perc 100 https://app.transifex.com/hisp-uio/dhis2-single-page-docs/dashboard/
./tx add remote --file-filter 'projects/<project_slug>/<lang>/<resource_slug>.md' --minimum-perc 100 https://app.transifex.com/hisp-uio/docs-full-site/dashboard/
./tx add remote --file-filter 'projects/<project_slug>/<lang>/<resource_slug>.md' --minimum-perc 100 https://app.transifex.com/hisp-uio/dhis2-single-page-docs/dashboard/
shell: bash
working-directory: ${{ github.workspace }}
env:
Expand Down

0 comments on commit d559b07

Please sign in to comment.