Skip to content

Commit f370ec0

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
build: remove defaults for create-release-proposal
To prevent users from executing the workflow via CLI without passing the desired inputs. PR-URL: #56042 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 12b0cec commit f370ec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/create-release-proposal.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ on:
1111
release-line:
1212
required: true
1313
type: number
14-
default: 23
1514
description: 'The release line (without dots or prefix). e.g: 22'
1615
release-date:
1716
required: true
1817
type: string
19-
default: YYYY-MM-DD
2018
description: The release date in YYYY-MM-DD format
2119

2220
concurrency: ${{ github.workflow }}

0 commit comments

Comments
 (0)