Skip to content

Commit

Permalink
Merge pull request #716 from FogDong/fix-read-app
Browse files Browse the repository at this point in the history
Fix: fix read app empty message
  • Loading branch information
barnettZQG authored Aug 22, 2023
2 parents 9631c12 + b0551de commit fd419c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addons/vela-workflow/definitions/read-app.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ template: {
}
}
}
if read.err == _|_ {
msg: op.#Message & {
message: "Application read successfully"
}
}
}
parameter: {
name: string
Expand Down

0 comments on commit fd419c6

Please sign in to comment.