We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a696a7 commit 0271b2fCopy full SHA for 0271b2f
1 file changed
pkg/coordinator/tasks/run_shell/task.go
@@ -261,7 +261,7 @@ func (t *Task) parseOutputVars(line string) bool {
261
if err != nil {
262
t.logger.Warnf("error parsing ::set-output-json expression: %v", err.Error())
263
} else {
264
- t.ctx.Outputs.SetVar(match[2], varValue)
+ t.ctx.Outputs.SetVar(match[3], varValue)
265
t.logger.Infof("set output %v: (json) %v", match[3], varValue)
266
267
return true
0 commit comments