Skip to content

Commit

Permalink
Green numbers (0) are no more links
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 4, 2024
1 parent 3d076c7 commit 861de18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inputs:
default: '/template/default.tpl'
runs:
using: 'docker'
image: 'docker://ghcr.io/prodyna/deployment-overview:v0.4'
image: 'docker://ghcr.io/prodyna/deployment-overview:v0.5'
env:
ORGANIZATION: ${{ inputs.organization }}
REPOSITORIES: ${{ inputs.repositories }}
Expand Down
2 changes: 1 addition & 1 deletion template/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Component Status overview. Last update {{.LastUpdated}}

| Repository | Commits | PRs | Latest Release | {{ range .EnvironmentDescriptions }} [{{.Name}}]({{.Link}}) | {{end}}
| --- | --- | --- | -- | {{ range .EnvironmentDescriptions }} --- | {{end}}
{{range .Repositories}}| [{{.Name}}]({{.Link}}) | {{if .Commits.Count}}:red_square:{{else}}:green_square:{{end}} [{{.Commits.Count}}]({{.Commits.Link}}) | {{if .PullRequests.Count}}:yellow_square:{{else}}:green_square:{{end}} [{{.PullRequests.Count}}]({{.PullRequests.Link}}) | {{.LatestRelease.Tag}} | {{range .Environments}} {{if .IsCurrent}}:green_square:{{else}}:red_square:{{end}} {{.Version}} | {{end}}
{{range .Repositories}}| [{{.Name}}]({{.Link}}) | {{if .Commits.Count}}:red_square: [{{.Commits.Count}}]({{.Commits.Link}}){{else}}:green_square: {{.Commits.Count}}{{end}} | {{if .PullRequests.Count}}:yellow_square: [{{.PullRequests.Count}}]({{.PullRequests.Link}}){{else}}:green_square: {{.PullRequests.Count}}{{end}} | {{.LatestRelease.Tag}} | {{range .Environments}} {{if .IsCurrent}}:green_square:{{else}}:red_square:{{end}} {{.Version}} | {{end}}
{{end}}

{{range .Repositories}}
Expand Down

0 comments on commit 861de18

Please sign in to comment.