only: minor

This commit is contained in:
Andrey 2024-05-21 18:21:31 -04:00
parent 9f053cf4b7
commit bd13e04e49
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ runs:
shell: bash
run: |
git add ${{inputs.rusefi_dir}}/firmware/${META_OUTPUT_ROOT_FOLDER}*
OUT=$(git commit -m "Auto-generated Configs" -m "[no ci]" 2>&1) || echo "commit failed, finding out why"
OUT=$(git commit -m "Quick Auto-generated Configs" -m "[no ci]" 2>&1) || echo "commit failed, finding out why"
if echo "$OUT" | grep 'nothing to commit'; then
echo "Configs: looks like nothing to commit"
exit 0