-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
44 lines (38 loc) · 1.18 KB
/
action.yml
File metadata and controls
44 lines (38 loc) · 1.18 KB
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
name: Profile WordCloud
author: Alexander John Pinches
description: Creates a wordcloud using text inside your repositories
inputs:
GH_TOKEN:
description: 'GitHub access token with Repo scope'
required: true
default: ${{ github.token }}
BRANCH:
description: 'Branch to commit to'
required: false
default: 'master'
AUTHOR:
description: 'Author name'
required: false
default: 'wordcloud bot'
IGNORE_FILE_TYPES:
description: 'File types to ignore'
required: false
default: '.pdf,.o,.csv'
IGNORE_REPOS:
description: 'Repos to ignore'
required: false
default: ''
CMAP:
description: 'Colourmap to use'
required: false
default: 'hsv'
WIDTH:
description: 'Width of photo'
required: false
default: '100%'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'activity'
color: 'orange'