This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
67 lines (66 loc) · 2.05 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: 'Librarian'
description: 'Librarian keeps the Autamus Library in Check'
inputs:
repo_path:
description: 'Location of the Git Repository'
required: false
default: '/github/workspace/'
repo_pagesbranch:
description: 'Branch which houses the git pages site.'
required: false
default: 'gh-pages'
packages_path:
description: 'Relative location of the packages with respect to the Git Repository'
required: false
default: 'spack'
containers_path:
description: 'Relative location of the containers with respect to the Git Repository'
required: false
default: 'containers'
containers_current:
description: 'Is the current container to generate docs for.'
required: true
containers_version:
description: 'Is the current version of the container built.'
required: false
default: 'latest'
containers_defaultenvpath:
description: 'Path to the default spack environment.'
required: false
default: 'default.yaml'
containers_size:
description: 'The size of the current container.'
required: false
default: 'Unknown'
parsers_loaded:
description: 'Similar to Binoc which parsers to use on the repository seperated by commas.'
default: 'spack'
required: false
git_name:
description: 'Name used within Git for the commits'
required: false
default: 'Librarian'
git_email:
description: 'Email used within Git for the commits'
required: false
default: 'github-action@users.noreply.github.com'
git_username:
description: 'Username used within Git for pushing commits'
required: false
default: 'actions-user'
git_token:
description: 'Token used for authenticating with the upstream repository'
required: true
template_path:
description: 'Is the path to the markdown template.'
required: true
library_path:
description: 'Is the path to the output library folder.'
required: false
default: '_library'
runs:
using: 'docker'
image: 'docker://ghcr.io/autamus/librarian:latest'
branding:
icon: 'activity'
color: 'white'