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 4025911 commit 4d0ed46Copy full SHA for 4d0ed46
1 file changed
.github/workflows/main.yml
@@ -49,6 +49,13 @@ jobs:
49
run: |
50
echo "po_files_to_check=$PO_FILES_TO_CHECK" >> $GITHUB_OUTPUT
51
echo "any_po_files_to_check=`test -n i\"$PO_FILES_TO_CHECK\" && true || false`" >> $GITHUB_OUTPUT
52
+ - name: Muestra outputs de steps anteriores
53
+ env:
54
+ CHANGED_PO_FILES: ${{ toJson(steps.changed-po-files) }}
55
+ PO_FILES_TO_CHECK: ${{ toJson(steps.po-files-to-check) }}
56
+ run: |
57
+ echo "$PO_FILES_TO_CHECK"
58
+ echo "$CHANGED_PO_FILES"
59
- name: Lista los archivos .po con cambios
60
run: echo "Archivo(s) .po con cambios:" ${{ steps.po-files-to-check.outputs.po_files_to_check }}
61
#- name: TRANSLATORS
0 commit comments