-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaction.yml
33 lines (29 loc) · 809 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
29
30
31
32
33
name: Install TeX Live
description: Install a minimal TeX Live version and a customizable list of packages
author: Marcel Krüger
branding:
icon: download
color: blue
inputs:
repository:
description: 'The repository to install TeX Live from'
required: false
package_file:
description: 'A file listing the packages to install'
required: false
packages:
description: 'Which packages to install'
required: false
cache_version:
description: 'A version number to allow forcing cache invalidation'
default: 0
accept-stale:
description: 'Do not fail if unable to update but an outdated version is available'
required: false
default: true
outputs:
cache_key:
description: "The updated or generated cache"
runs:
using: node20
main: dist/index.js