-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
45 lines (42 loc) · 1.17 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
name: Backstage Actions
description: "A suite of Backstage workflows"
inputs:
helper:
description: "The helper workflow to invoke"
required: true
backstage_url:
description: "Backstage URL - url of Backstage backend"
required: false
backstage_entities_repo:
description: "Backstage Entities repository - fallback for the URL endpoint"
required: false
scope:
description: "Group or User entity name to filter by ownership of entities"
required: false
lifecycle:
description: "Spec lifecycle name to filter entities by"
required: false
force_all_checks:
description: "Force checks for all PRs even if files were not touched"
required: false
ignore_failures:
description: "Allows tests to fail without blocking PRs"
required: false
template_path:
description: "Handlebars Template Path"
required: false
output_path:
description: "Handlebars Template Output Path"
required: false
github_token:
description: "The github token"
required: false
outputs:
output:
description: "The output of the helper"
runs:
using: "node20"
main: "dist/index.js"
branding:
icon: user-check
color: purple