We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f12a47 + 7ac89e0 commit d35adccCopy full SHA for d35adcc
lib/fastlane/plugin/wpmreleasetoolkit/actions/common/buildkite_trigger_build_action.rb
@@ -28,7 +28,7 @@ def self.run(params)
28
)
29
30
if response.state == 'scheduled'
31
- UI.message("Successfully scheduled new build. You can see it at '#{response.web_url}'")
+ UI.success("Successfully scheduled new build. You can see it at '#{response.web_url}'")
32
else
33
UI.crash!("Failed to start job\nError: [#{response}]")
34
end
0 commit comments