Skip to content

Commit a3c6a14

Browse files
committed
dummy2
1 parent ced9f5e commit a3c6a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "po_files_to_check=$PO_FILES_TO_CHECK" >> $GITHUB_OUTPUT
5151
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 o si
52+
- name: Muestra outputs de steps anteriores
5353
env:
5454
CHANGED_PO_FILES: ${{ toJson(steps.changed-po-files) }}
5555
PO_FILES_TO_CHECK: ${{ toJson(steps.po-files-to-check) }}

0 commit comments

Comments
 (0)