Skip to content

Commit

Permalink
fix(action): update action to meet publish rules
Browse files Browse the repository at this point in the history
Update the action.yaml file to meet the GitHub Marketplace publishing
requirements.

Specifically:
- Rename the GitHub Action to something other than "taskcat", which is
  being used as an organization name
- Shorten the description so it doesn't exceed 125 characters
- Set a brand icon and color

Associated issue: #23
  • Loading branch information
ShahradR committed Jul 15, 2020
1 parent c989006 commit b9797b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: taskcat
name: Run taskcat tests
author: Shahrad Rezaei
description: |
The unofficial GitHub Action to run taskcat tests and validate your AWS
CloudFormation templates by deploying them in different AWS regions and
availability zones.
CloudFormation templates
branding:
icon: check-square
color: green

inputs:
commands:
Expand Down

0 comments on commit b9797b7

Please sign in to comment.