Update action.yml

This commit is contained in:
2025-08-26 12:54:22 +02:00
parent 3189886b24
commit 1d2b7bc76e
+2 -2
View File
@@ -278,8 +278,8 @@ runs:
exec 2>>"$LOG_FILE"
cat > custom_cmd.sh <<'EOS'
set -e
set -x
#set -e
#set -x
${{ inputs.test-run-cmd }}
EOS