Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bcd06 commit bf2ae00Copy full SHA for bf2ae00
1 file changed
.github/workflows/update-docs.yml
@@ -39,7 +39,9 @@ jobs:
39
- name: Setup tx
40
run: |
41
mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
42
- cat ~/.transifexrc
+ cd ~
43
+ ls -a .transifexrc
44
+ cat .transifexrc
45
46
47
Upload-Catalog:
0 commit comments