diff --git a/action.yml b/action.yml index 698f2c0..9431df9 100644 --- a/action.yml +++ b/action.yml @@ -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