Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workflows/shared/decommission-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ spells:
This step compiles the catalog to ensure you have a local checkout of the cluster repository
during decommissioning.
inputs:
- name: commodore_api_url

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to also copy the input's description from the setup step? (it includes the usual URLs which is convenient for copy paste)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we repeat the description for every occurrence of an input? The description is in the first step the input is defined ("And a lieutenant cluster" from the shared steps)

- name: commodore_cluster_id
run: |
set -euo pipefail
export COMMODORE_API_URL="${INPUT_commodore_api_url}"
commodore catalog compile ${INPUT_commodore_cluster_id}
- match: And I disable machine autoscaling
description: |-
Expand Down
Loading