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.
1 parent 9e91d63 commit 0f372beCopy full SHA for 0f372be
pkg/runner/command.go
@@ -67,7 +67,7 @@ func (cr *CommandRunner) Run() {
67
result = "Invalid command shell argument."
68
}
69
70
- if result != "" && cr.command.ID != "" {
+ if cr.command.ID != "" {
71
finURL := fmt.Sprintf(eventCommandFinURL, cr.command.ID)
72
73
payload := &commandFin{
0 commit comments