diff --git a/.github/workflows/test-self.yml b/.github/workflows/test-self.yml index 004785e..e8e1922 100644 --- a/.github/workflows/test-self.yml +++ b/.github/workflows/test-self.yml @@ -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