1- ---
21#
32# This is the canonical configuration for the `README.md`
43# Run `make readme` to rebuild the `README.md`
@@ -22,13 +21,17 @@ github_repo: cloudposse/github-action-spacelift-stack-deploy
2221
2322# Badges to display
2423badges :
25- - name : " Latest Release"
26- image : " https://img.shields.io/github/release/cloudposse/github-action-spacelift-stack-deploy.svg"
27- url : " https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/latest"
28- - name : " Slack Community"
29- image : " https://slack.cloudposse.com/badge.svg"
30- url : " https://slack.cloudposse.com"
24+ - name : Latest Release
25+ image : https://img.shields.io/github/release/cloudposse/github-action-spacelift-stack-deploy.svg?style=for-the-badge
26+ url : https://github.com/cloudposse/github-action-spacelift-stack-deploy/releases/latest
27+ - name : Last Updated
28+ image : https://img.shields.io/github/last-commit/cloudposse/github-action-spacelift-stack-deploy.svg?style=for-the-badge
29+ url : https://github.com/cloudposse/github-action-spacelift-stack-deploy/commits
30+ - name : Slack Community
31+ image : https://slack.cloudposse.com/for-the-badge.svg
32+ url : https://cloudposse.com/slack
3133
34+ # List any related terraform modules that this module may be used with or that this module depends on.
3235related :
3336 - name : " github-action-deploy-ecs"
3437 description : " Deploy Docker image to ECS with Spacelift"
@@ -72,15 +75,10 @@ usage: |-
7275 organization: acme
7376 api_key_id: ${{ secrets.SPACELIFT_API_KEY_ID }}
7477 api_key_secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
75-
78+
7679 outputs:
7780 outputs: ${{ steps.spacelift.outputs.outputs }}
7881 ```
7982
80- include :
81- - " docs/github-action.md"
82-
83- # Contributors to this project
84- contributors :
85- - name : " Igor Rodionov"
86- github : " goruha"
83+ include : []
84+ contributors : []
0 commit comments