Skip to content

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
1 parent d88d899 commit d219cc3
Show file tree
Hide file tree
Showing 15 changed files with 193,456 additions and 0 deletions.
870 changes: 870 additions & 0 deletions dist/125.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/125.index.js.map

Large diffs are not rendered by default.

19,880 changes: 19,880 additions & 0 deletions dist/154.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/154.index.js.map

Large diffs are not rendered by default.

16,370 changes: 16,370 additions & 0 deletions dist/327.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/327.index.js.map

Large diffs are not rendered by default.

844 changes: 844 additions & 0 deletions dist/394.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/394.index.js.map

Large diffs are not rendered by default.

129,850 changes: 129,850 additions & 0 deletions dist/885.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/885.index.js.map

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions dist/action.yml
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
Loading

0 comments on commit d219cc3

Please sign in to comment.