Skip to content

Commit

Permalink
Simplify template
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 13, 2024
1 parent f53d9ff commit 292b790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
--repo ${{ matrix.caller-repository }} \
--commit ${{ env.CALLER_SHA }} \
--json url,displayTitle,status \
--template '- {{range .}}[{{.displayTitle}}]({{.url}}) ({{.status}}){{end}}' \
--template '{{ range .}}{{ .url }}{{ end }}' \
>> $GITHUB_STEP_SUMMARY

0 comments on commit 292b790

Please sign in to comment.