summaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-17 21:33:07 +0800
committerGitHub <[email protected]>2020-07-17 21:33:07 +0800
commit0efc5d2b0f3d7395715c30bd453d0c4a78d6101d (patch)
treea90e5c780bb8245f0d35e010b82b6dd959658e18 /action.yml
parent1e07707c82366ff40c46b1d4cf578ae79ecb71dd (diff)
downloadATRI-0efc5d2b0f3d7395715c30bd453d0c4a78d6101d.tar.gz
ATRI-0efc5d2b0f3d7395715c30bd453d0c4a78d6101d.tar.bz2
ATRI-0efc5d2b0f3d7395715c30bd453d0c4a78d6101d.zip
Delete action.yml
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/action.yml b/action.yml
deleted file mode 100644
index 54184dd..0000000
--- a/action.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-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'