Skip to content

Commit

Permalink
Update provider-ci/internal/pkg/templates/bridged-provider/.github/wo…
Browse files Browse the repository at this point in the history
…rkflows/upgrade-provider.yml

Co-authored-by: Ian Wahbe <[email protected]>
  • Loading branch information
danielrbradley and iwahbe authored Nov 1, 2024
1 parent 52deb35 commit 90812c5
Showing 1 changed file with 4 additions and 1 deletion.
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 90812c5

Please sign in to comment.