diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..dc10d8b --- /dev/null +++ b/action.yml @@ -0,0 +1,7 @@ +name: "AppBrickie" +description: "To Test and Build a Debug Android App" +author: "hkpdev008@gmail.com" + +runs: + using: "docker" + image: "Dockerfile" \ No newline at end of file