From e55e14159ef280b4e8549833b8c90826cb098d03 Mon Sep 17 00:00:00 2001 From: Kale Date: Sat, 21 Aug 2021 21:33:31 -0700 Subject: [PATCH] Add 'action.yml' --- 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..48a9d4b --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: "SWIT" +description: "Whooozl" +branding: + icon: 'activity' + color: 'green' + +runs: + using: "docker" + image: "Dockerfile" \ No newline at end of file