From 551fb697c20b284f9d61f78aead0310eb4bf330d Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 22 Apr 2022 19:45:29 +0300 Subject: [PATCH] test commit --- action.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..eb49f45 --- /dev/null +++ b/action.yml @@ -0,0 +1,15 @@ +name: 'Automatically create pr to staging' +description: 'Run develop actions' +author: 'Benedict Steven' + +inputs: + GITHUB_TOKEN: + description: 'GitHub Token' + required: true +runs: + using: 'node16' + main: 'develop_actions/index.js' + +branding: + icon: 'package' + color: 'gray-dark' \ No newline at end of file