summaryrefslogtreecommitdiff
path: root/action.yml
blob: 54184ddbd375805e9917b616d96dc3980be58e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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'