Merge pull request #487 from actions/cschleiden/categories

Set categories to `null` to be in sync with other workflows
This commit is contained in:
Edward Thomson
2020-05-01 09:57:44 +01:00
committed by GitHub
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Tencent Kubernetes Engine",
"description": "This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).",
"iconName": "tencentcloud",
"categories": ["Dockerfile"]
"categories": null
}