diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index d33f37d..e3fb095 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -7,10 +7,10 @@ step "Run a Script" { action_type = "Octopus.Script" properties = { Octopus.Action.RunOnServer = "false" - Octopus.Action.Script.ScriptBody = "write-host \"sweet changed from Octo\"" + Octopus.Action.Script.ScriptBody = "write-host \"sweet changed from GH into a new branch\"" Octopus.Action.Script.ScriptSource = "Inline" Octopus.Action.Script.Syntax = "PowerShell" } worker_pool_variable = "" } -} \ No newline at end of file +}