generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
34 lines (31 loc) · 856 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
34
name: 'GitHub Actions for Upbound - up project'
description: 'Build Upbound projects using up'
author: 'upbound'
inputs:
push-project:
description: 'Push Upbound project'
default: 'false'
project-file:
description: 'Path to project definition file. Default to upbound.yaml.'
default: ''
repository:
description:
'Repository for the built package. Overrides the repository specified in
the project file.'
default: ''
tag:
description:
'Tag for the built package. If not provided, a semver tag will be
generated.'
default: ''
public:
description: 'Create new repositories with public visibility.'
default: 'false'
skip-login-check:
description: 'Do not check if you are logged in.'
default: 'false'
branding:
color: 'purple'
runs:
using: node20
main: dist/index.js