-
Notifications
You must be signed in to change notification settings - Fork 41
/
action.yml
28 lines (28 loc) · 846 Bytes
/
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
name: "github-repo-stats"
description: "github-repo-stats"
branding:
icon: 'bar-chart-2'
color: 'black'
inputs:
repository:
description: >
Repository spec (<owner-or-org>/<reponame>) for the repository to fetch
statistics for.
default: ${{ github.repository }}
ghtoken:
description: >
GitHub API token for reading the GitHub repository traffic API and
for interacting with the data repo. Required.
required: true
databranch:
description: >
Data branch: Branch to push data to (in the data repo).
default: github-repo-stats
ghpagesprefix:
description: >
Set this if the data branch in the data repo is exposed via GitHub pages.
Must not end with a slash. Example: https://jgehrcke.github.io/ghrs-test
default: none
runs:
using: "docker"
image: "Dockerfile"