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 b7adbd4 commit d674d56Copy full SHA for d674d56
.github/actions/check-locale-changes/action.yml
@@ -44,6 +44,13 @@ runs:
44
with:
45
files_yaml: ${{ steps.generate-files-config.outputs.files_yaml }}
46
47
+ - name: Log changed-files outputs (for debugging)
48
+ if: inputs.trigger-type == 'auto'
49
+ shell: bash
50
+ run: |
51
+ echo "=== tj-actions/changed-files@v41 outputs ==="
52
+ echo '${{ toJSON(steps.changes.outputs) }}'
53
+
54
- name: Generate deployment matrix
55
id: generate-matrix
56
shell: bash
0 commit comments