Skip to content

Commit

Permalink
Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2022
1 parent ba86cea commit d4fa941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (a *Action) renderOutput() error {
var outputDefault string
if len(a.Inputs[key].Default) > 0 {
outputDefault = a.Inputs[key].Default

if outputDefault == pipeSeparator {
outputDefault = "`\\" + outputDefault + "`"
}
Expand Down

0 comments on commit d4fa941

Please sign in to comment.