From 3c8512461f165ae3117ac09aec945cfb02335a1b Mon Sep 17 00:00:00 2001 From: DarthBenro008 Date: Mon, 17 Aug 2020 16:41:33 +0530 Subject: [PATCH] add: Actions File --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 action.yml 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