Skip to content

Commit e63de7c

Browse files
committed
goes
1 parent 845754d commit e63de7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
PO_FILES_TO_CHECK: ${{ github.event_name != 'pull_request' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
4949
run: |
5050
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
51+
echo "any_po_files_to_check=`test -n \"$PO_FILES_TO_CHECK\" && echo true || echo false`" >> $GITHUB_OUTPUT
5252
- name: Muestra outputs de steps anteriores
5353
env:
5454
CHANGED_PO_FILES: ${{ toJson(steps.changed-po-files) }}

0 commit comments

Comments
 (0)