8000
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 01e2ca8 commit f57ac51Copy full SHA for f57ac51
.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@9200e69727eb73eb060652b19946b8a2fdfb654b
+ uses: tj-actions/changed-files@v46
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-own.txt
38
- name: Obtiene lista de archivos con cambios
39
id: changed-files
40
41
42
43
0 commit comments