-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d88d899
commit d219cc3
Showing
15 changed files
with
193,456 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
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" | ||
lifecycle: | ||
description: "Spec lifecycle name to filter entities by" | ||
template_path: | ||
description: "Handlebars Template Path" | ||
required: false | ||
output_path: | ||
description: "Handlebars Template Output Path" | ||
required: false | ||
|
||
outputs: | ||
output: | ||
description: "The output of the helper" | ||
|
||
runs: | ||
using: "node16" | ||
main: "dist/index.js" | ||
|
||
branding: | ||
icon: user-check | ||
color: purple |
Oops, something went wrong.