From 1e07707c82366ff40c46b1d4cf578ae79ecb71dd Mon Sep 17 00:00:00 2001 From: Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> Date: Fri, 17 Jul 2020 21:23:44 +0800 Subject: Create action.yml --- action.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 action.yml (limited to 'action.yml') diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..54184dd --- /dev/null +++ b/action.yml @@ -0,0 +1,26 @@ +name: 'ATRI' +author: test +description: 'test' + +inputs: + GH_TOKEN: + description: 'GitHub access token with Repo scope' + required: true + default: ${{ github.token }} + + WAKATIME_API_KEY: + description: '645fe7fb-8780-4862-bd97-5ea2e83289bc' + required: true + + USERNAME: + description: 'Kyomotoi' + default: ${{ github.repository_owner }} + + +runs: + using: 'docker' + image: 'Dockerfile' + +branding: + icon: 'info' + color: 'blue' -- cgit v1.2.3