Skip to content

Commit 38384f1

Browse files
committed
Remove infra-repo-ref input from release draft workflow
1 parent cb293cf commit 38384f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release_draft.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ on:
2424
from-tag-name:
2525
description: 'Name of the git tag from which to detect changes from. Default value: latest tag. Syntax: "v[0-9]+.[0-9]+.[0-9]+".'
2626
required: false
27-
infra-repo-ref:
28-
description: 'Reference (usually branch or commit) of the infrastructure repository for which this pipeline will create a desired tag, given in `tag-name` parameter.'
29-
required: false
30-
default: refs/heads/master
3127

3228
jobs:
3329
release-draft:

0 commit comments

Comments
 (0)