We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be43b2b + 668269b commit 5f37214Copy full SHA for 5f37214
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
53
if: github.event_name == 'pull_request'
54
id: changed-po-files
55
- uses: tj-actions/changed-files@v43
+ uses: tj-actions/changed-files@v44
56
with:
57
files: |
58
**/*.po
.github/workflows/pr-comment.yml
@@ -37,7 +37,7 @@ jobs:
37
python -m pip install -r base-branch/requirements.txt
38
- name: Obtiene lista de archivos con cambios
39
id: changed-files
40
41
42
43
0 commit comments