Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita committed Jun 16, 2024
1 parent 3cab315 commit b4f6137
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions github-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,42 +25,42 @@ post:
# hello:
# template:
# hello
# exec:
# hello:
# - when: true
# template: |
# {{template "header" .}}
# {{.Vars.foo}} {{.Vars.zoo.foo}}
# {{.Org}} {{.Repo}} {{.PRNumber}} {{.SHA1}} {{.TemplateKey}}
# exit code: {{.ExitCode}}
#
# ```console
# $ {{.Command}}
# ```
#
# Stdout:
#
# ```
# {{.Stdout}}
# ```
#
# Stderr:
#
# ```
# {{.Stderr}}
# ```
#
# CombinedOutput:
#
# ```
# {{.CombinedOutput}}
# ```
# template_for_too_long: |
# {{template "header" .}}
# {{.Vars.foo}} {{.Vars.zoo.foo}}
# {{.Org}} {{.Repo}} {{.PRNumber}} {{.SHA1}} {{.TemplateKey}}
# exit code: {{.ExitCode}}
#
# ```console
# $ {{.Command}}
# ```
exec:
hello:
- when: true
template: |
{{template "header" .}}
{{.Vars.foo}} {{.Vars.zoo.foo}}
{{.Org}} {{.Repo}} {{.PRNumber}} {{.SHA1}} {{.TemplateKey}}
exit code: {{.ExitCode}}
```console
$ {{.Command}}
```
Stdout:
```
{{.Stdout}}
```
Stderr:
```
{{.Stderr}}
```
CombinedOutput:
```
{{.CombinedOutput}}
```
template_for_too_long: |
{{template "header" .}}
{{.Vars.foo}} {{.Vars.zoo.foo}}
{{.Org}} {{.Repo}} {{.PRNumber}} {{.SHA1}} {{.TemplateKey}}
exit code: {{.ExitCode}}
```console
$ {{.Command}}
```

0 comments on commit b4f6137

Please sign in to comment.