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
+2 -2
View File
@@ -2,5 +2,5 @@
"name": "Deploy to Amazon ECS",
"description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.",
"iconName": "aws",
"categories": null
}
"categories": ["Dockerfile"]
}
+2 -2
View File
@@ -2,5 +2,5 @@
"name": "Deploy Node.js to Azure Web App",
"description": "Build a Node.js project and deploy it to an Azure Web App.",
"iconName": "azure",
"categories": null
}
"categories": ["JavaScript"]
}
+2 -2
View File
@@ -2,5 +2,5 @@
"name": "Build and Deploy to GKE",
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"iconName": "googlegke",
"categories": null
}
"categories": ["Dockerfile"]
}