Update action.yml

This commit is contained in:
2025-08-06 16:59:36 +02:00
parent 70afa8bad6
commit dfafce14b0
-1
View File
@@ -117,7 +117,6 @@ runs:
mkdir -p "$OUTPUT_DIR"
echo "📜 Executing custom shell commands..."
echo "set -e" > custom_commands.sh
echo "${{ inputs.custom_shell_commands }}" >> custom_commands.sh
chmod +x custom_commands.sh