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 8a99f24 commit ced9f5eCopy full SHA for ced9f5e
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
echo "po_files_to_check=$PO_FILES_TO_CHECK" >> $GITHUB_OUTPUT
51
echo "any_po_files_to_check=`test -n \"$PO_FILES_TO_CHECK\" && echo true || echo false`" >> $GITHUB_OUTPUT
52
- - name: Muestra outputs de steps anteriores
+ - name: Muestra outputs de steps anteriores o si
53
env:
54
CHANGED_PO_FILES: ${{ toJson(steps.changed-po-files) }}
55
PO_FILES_TO_CHECK: ${{ toJson(steps.po-files-to-check) }}
0 commit comments