Skip to content

Commit

Permalink
Merge pull request #3 from cloudposse/fix/template
Browse files Browse the repository at this point in the history
corrected template typo
  • Loading branch information
milldr authored Jun 20, 2023
2 parents 9518f78 + 359868d commit 10a502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/atmos_github_summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ templates:
{{- if .UpdatedResources }} [![change](https://shields.io/badge/-CHANGE-important?style=for-the-badge)](#user-content-change){{ end }}
{{- if .ReplacedResources }} [![replace](https://shields.io/badge/-REPLACE-critical?style=for-the-badge)](#user-content-replace){{ end }}
{{- if .DeletedResources }} [![destroy](https://shields.io/badge/-DESTROY-critical?style=for-the-badge)](#user-content-destroy){{ end }}
{{- if not (or .CreateResources .UpdatedResources .ReplacedResources .DeletedResources) }} [![no changes](https://shields.io/badge/-NO_CHANGE-inactive?style=for-the-badge)](#user-content-result){{ end }}{{ end }}
{{- if not (or .CreatedResources .UpdatedResources .ReplacedResources .DeletedResources) }} [![no changes](https://shields.io/badge/-NO_CHANGE-inactive?style=for-the-badge)](#user-content-result){{ end }}{{ end }}
result: |
<details><summary><a id="result" />{{if .Result}}{{ .Result }}{{end}}</summary>
Expand Down

0 comments on commit 10a502e

Please sign in to comment.