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 e4b4671 commit fec3525Copy full SHA for fec3525
.github/workflows/main.yaml
@@ -43,10 +43,10 @@ jobs:
43
- name: Get list with updated .po archives (PR-only)
44
if: github.event_name == 'pull_request'
45
id: changed-po-files
46
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
+ uses: tj-actions/changed-files@eaf854ef0c266753e1abec356dcf17d92695b251 # v44.5.3
47
with:
48
- files: |
49
- **/*.po
+ files: "**/*.po"
+ exclude_submodules: true
50
- name: Create list with .po files to check
51
id: po-files-to-check
52
env:
0 commit comments