Skip to content

Commit

Permalink
docs: add lifecycle to action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Dec 7, 2023
1 parent e24c458 commit d5b4242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
backstage_url: https://example.com
template_path: templates/backstage
lifecycle: production
output_path: ./scoped/
output_path: ./lifecycle/
```
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ inputs:
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
Expand Down

0 comments on commit d5b4242

Please sign in to comment.