From 993646901fa4f64d4e95082928f6e525c06840e2 Mon Sep 17 00:00:00 2001 From: Keith Null Date: Sun, 28 Jun 2020 20:37:59 +0800 Subject: [PATCH] Add meta data for Github action --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..5988077 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: "Tencent Cloud CDN Purge Cache" +description: "Purge cache for Tencent Cloud CDN via its Python SDK API" +author: keithnull +runs: + using: docker + image: Dockerfile +branding: + color: green + icon: zap