Merge pull request #347 from actions/add-categories

Add missing categories
This commit is contained in:
Mike Coutermarsh
2020-02-15 18:48:21 -08:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Deploy to Amazon ECS", "name": "Deploy to Amazon ECS",
"description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.", "description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.",
"iconName": "aws", "iconName": "aws",
"categories": null "categories": ["Dockerfile"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Deploy Node.js to Azure Web App", "name": "Deploy Node.js to Azure Web App",
"description": "Build a Node.js project and deploy it to an Azure Web App.", "description": "Build a Node.js project and deploy it to an Azure Web App.",
"iconName": "azure", "iconName": "azure",
"categories": null "categories": ["JavaScript"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Build and Deploy to GKE", "name": "Build and Deploy to GKE",
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.", "description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"iconName": "googlegke", "iconName": "googlegke",
"categories": null "categories": ["Dockerfile"]
} }