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.
2 parents 2603dad + c81c447 commit 16b2b36Copy full SHA for 16b2b36
.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@v42
+ uses: tj-actions/changed-files@v43
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