Skip to content

Commit

Permalink
Reformat description
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Wahbe <me@iwahbe.com>
  • Loading branch information
danielrbradley and iwahbe committed Nov 1, 2024
1 parent 52deb35 commit f88d7a8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
workflow_dispatch:
inputs:
version:
description: "The version of the upstream provider to upgrade to, without the 'v' prefix"
description: |
The version of the upstream provider to upgrade to, without the 'v' prefix
If no version is specified, it will be inferred from the upstream provider's release tags.
required: false
type: string
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
workflow_dispatch:
inputs:
version:
description: "The version of the upstream provider to upgrade to, without the 'v' prefix"
description: |
The version of the upstream provider to upgrade to, without the 'v' prefix
If no version is specified, it will be inferred from the upstream provider's release tags.
required: false
type: string
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
workflow_dispatch:
inputs:
version:
description: "The version of the upstream provider to upgrade to, without the 'v' prefix"
description: |
The version of the upstream provider to upgrade to, without the 'v' prefix
If no version is specified, it will be inferred from the upstream provider's release tags.
required: false
type: string
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
workflow_dispatch:
inputs:
version:
description: "The version of the upstream provider to upgrade to, without the 'v' prefix"
description: |
The version of the upstream provider to upgrade to, without the 'v' prefix
If no version is specified, it will be inferred from the upstream provider's release tags.
required: false
type: string
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
workflow_dispatch:
inputs:
version:
description: "The version of the upstream provider to upgrade to, without the 'v' prefix"
description: |
The version of the upstream provider to upgrade to, without the 'v' prefix
If no version is specified, it will be inferred from the upstream provider's release tags.
required: false
type: string
schedule:
Expand Down

0 comments on commit f88d7a8

Please sign in to comment.