Skip to content

Commit 233aba7

Browse files
authored
Fix copy paste error in new workflows (microsoft#57611)
1 parent ea0d228 commit 233aba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/new-release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branch_name:
77
description: Release branch name to create
88
required: true
9-
type: number
9+
type: string
1010
package_version:
1111
description: Release package version
1212
required: true

.github/workflows/set-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branch_name:
77
description: Release branch name to create
88
required: true
9-
type: number
9+
type: string
1010
package_version:
1111
description: Release package version
1212
required: true

.github/workflows/sync-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branch_name:
77
description: Release branch name to create
88
required: true
9-
type: number
9+
type: string
1010

1111
# Inputs provided by the bot
1212
distinct_id:

0 commit comments

Comments
 (0)