1- ---
21#
32# This is the canonical configuration for the `README.md`
43# Run `make readme` to rebuild the `README.md`
@@ -28,13 +27,17 @@ github_repo: cloudposse/github-action-preview-environment-controller
2827
2928# Badges to display
3029badges :
31- - name : " Latest Release"
32- image : " https://img.shields.io/github/release/cloudposse/github-action-preview-environment-controller.svg"
33- url : " https://github.com/cloudposse/github-action-preview-environment-controller/releases/latest"
34- - name : " Slack Community"
35- image : " https://slack.cloudposse.com/badge.svg"
36- url : " https://slack.cloudposse.com"
37-
30+ - name : Latest Release
31+ image : https://img.shields.io/github/release/cloudposse/github-action-preview-environment-controller.svg?style=for-the-badge
32+ url : https://github.com/cloudposse/github-action-preview-environment-controller/releases/latest
33+ - name : Last Updated
34+ image : https://img.shields.io/github/last-commit/cloudposse/github-action-preview-environment-controller.svg?style=for-the-badge
35+ url : https://github.com/cloudposse/github-action-preview-environment-controller/commits
36+ - name : Slack Community
37+ image : https://slack.cloudposse.com/for-the-badge.svg
38+ url : https://cloudposse.com/slack
39+
40+ # List any related terraform modules that this module may be used with or that this module depends on.
3841related : []
3942
4043# Short description of this project
@@ -82,12 +85,12 @@ usage: |-
8285 preview: deploy
8386 qa1: deploy/qa1
8487 qa2: deploy/qa2
85-
88+
8689 outputs:
8790 labels_env: ${{ steps.controller.outputs.labels_env }}
8891 deploy_envs: ${{ steps.controller.outputs.deploy_envs }}
8992 destroy_envs: ${{ steps.controller.outputs.destroy_envs }}
90-
93+
9194 deploy:
9295 runs-on: ubuntu-latest
9396 if: ${{ needs.context.outputs.deploy_envs != '[]' }}
@@ -121,10 +124,5 @@ usage: |-
121124 operation: destroy
122125 ```
123126
124- include :
125- - " docs/github-action.md"
126-
127- # Contributors to this project
128- contributors :
129- - name : " Igor Rodionov"
130- github : " goruha"
127+ include : []
128+ contributors : []
0 commit comments