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