Skip to content

Commit c0927f2

Browse files
authored
Update transifex-pull.yml
1 parent 9cb85ec commit c0927f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/transifex-pull.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
pwd
4848
ls -l python-docs-pt-pt/scripts
4949
50+
# Garantir que o arquivo .github/versions.txt exista e seja gravável
51+
- name: Ensure .github/versions.txt exists and writable
52+
run: |
53+
mkdir -p .github
54+
touch .github/versions.txt
55+
chmod 666 .github/versions.txt
56+
5057
# Executar manage_versions.py via python3
5158
- name: Update versions file
5259
run: |

0 commit comments

Comments
 (0)