diff options
author | Kyomotoi <[email protected]> | 2020-07-17 21:23:44 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-17 21:23:44 +0800 |
commit | 1e07707c82366ff40c46b1d4cf578ae79ecb71dd (patch) | |
tree | e1b46af650adb6b04ff3037f4c24c7d0ffb28002 /action.yml | |
parent | 11b4051647e9e63f2ae97801880e4a1b38a30ac8 (diff) | |
download | ATRI-1e07707c82366ff40c46b1d4cf578ae79ecb71dd.tar.gz ATRI-1e07707c82366ff40c46b1d4cf578ae79ecb71dd.tar.bz2 ATRI-1e07707c82366ff40c46b1d4cf578ae79ecb71dd.zip |
Create action.yml
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 26 |
1 files changed, 26 insertions, 0 deletions
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' |