mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fix copy paste error in new workflows (#57611)
This commit is contained in:
2
.github/workflows/new-release-branch.yaml
vendored
2
.github/workflows/new-release-branch.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
branch_name:
|
||||
description: Release branch name to create
|
||||
required: true
|
||||
type: number
|
||||
type: string
|
||||
package_version:
|
||||
description: Release package version
|
||||
required: true
|
||||
|
||||
2
.github/workflows/set-version.yaml
vendored
2
.github/workflows/set-version.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
branch_name:
|
||||
description: Release branch name to create
|
||||
required: true
|
||||
type: number
|
||||
type: string
|
||||
package_version:
|
||||
description: Release package version
|
||||
required: true
|
||||
|
||||
2
.github/workflows/sync-branch.yaml
vendored
2
.github/workflows/sync-branch.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
branch_name:
|
||||
description: Release branch name to create
|
||||
required: true
|
||||
type: number
|
||||
type: string
|
||||
|
||||
# Inputs provided by the bot
|
||||
distinct_id:
|
||||
|
||||
Reference in New Issue
Block a user