Skip to content

Commit

Permalink
build: remove defaults for create-release-proposal
Browse files Browse the repository at this point in the history
To prevent users from executing the workflow via CLI
without passing the desired inputs.

PR-URL: #56042
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
RafaelGSS authored Nov 30, 2024
1 parent 1c81dbb commit 03ec900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ on:
release-line:
required: true
type: number
default: 23
description: 'The release line (without dots or prefix). e.g: 22'
release-date:
required: true
type: string

This comment has been minimized.

Copy link
@Ranjhagaming

Ranjhagaming Nov 30, 2024

How to start

default: YYYY-MM-DD
description: The release date in YYYY-MM-DD format

concurrency: ${{ github.workflow }}
Expand Down

0 comments on commit 03ec900

Please sign in to comment.