Workflow change

This commit is contained in:
Michel Roegl-Brunner 2025-05-06 14:25:51 +02:00
parent daf4b18152
commit a61a4708bf

View File

@ -89,6 +89,7 @@ jobs:
echo "files_found=false" >> $GITHUB_OUTPUT echo "files_found=false" >> $GITHUB_OUTPUT
echo "missing=$json_file" >> $GITHUB_OUTPUT echo "missing=$json_file" >> $GITHUB_OUTPUT
fi fi
fi
- name: Comment if not all Files found - name: Comment if not all Files found
if: steps.check_files.outputs.files_found == 'false' if: steps.check_files.outputs.files_found == 'false'