-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
45 lines (42 loc) · 1.06 KB
/
action.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: 'Unsplash Stats Workflow'
author: 'Gabriel Ramos (@gabrieluizramos)'
description: 'Adds Unsplash Stats to your Github Profile'
inputs:
username:
description: Unsplash username
required: true
ACCESS_KEY:
description: Unsplash Access Key
required: true
SECRET_KEY:
description: Unsplash Secret Key
required: true
file:
description: Your markdown file to search/replace content
default: './README.md'
template:
description: Sets the desired template
required: false
default: list
github_token:
description: GitHub token with Repo scope
required: false
default: ${{ github.token }}
committer_user:
description: Committer user
required: false
default: unsplash-stats-bot
committer_email:
description: Committer email
required: false
default: [email protected]
commit_message:
description: Commit message
required: false
default: Updated with latest Unsplash Stats
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: camera
color: gray-dark