Skip to content

Commit d674d56

Browse files
committed
feat: log steps.changes.outputs
1 parent b7adbd4 commit d674d56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/check-locale-changes/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ runs:
4444
with:
4545
files_yaml: ${{ steps.generate-files-config.outputs.files_yaml }}
4646

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+
4754
- name: Generate deployment matrix
4855
id: generate-matrix
4956
shell: bash

0 commit comments

Comments
 (0)