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 845754d commit e63de7cCopy full SHA for e63de7c
1 file changed
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
PO_FILES_TO_CHECK: ${{ github.event_name != 'pull_request' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
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
+ 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
53
env:
54
CHANGED_PO_FILES: ${{ toJson(steps.changed-po-files) }}
0 commit comments