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