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 ced9f5e commit a3c6a14Copy full SHA for a3c6a14
.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 o si
+ - 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) }}
0 commit comments