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 01e2ca8 commit 322c35cCopy full SHA for 322c35c
.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@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99
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