-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
34 lines (31 loc) · 1.18 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
name: pew-actions/repo-data
description: Acquire repository data
inputs:
repositories:
description: 'A semicolon-separated list of repositories to access. All repositories must belong to the same owner. The first item in the list must be the repository being built and at least one item must be provided.'
required: true
ref:
description: 'Ref of the repository being built to access'
required: true
provider:
description: 'Source control provider'
default: 'github'
files:
description: 'A semicolon-separated list of files to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
token:
description: 'Default GitHub token to use for simple 1 repository cases'
outputs:
commit:
description: 'The commit SHA (or other equivalent) that is suitable for pew-actions/checkout'
token:
description: 'Access token suitable for pew-actions/checkout'
build-template:
description: 'Template for build name'
build-short:
description: 'Short name for a build'
build-components:
description: 'JSON object of build name components'
runs:
using: node20
main: dist/index.js
post: dist/index.js