Fix copy paste error in new workflows (#57611)

This commit is contained in:
Jake Bailey
2024-03-01 17:35:23 -08:00
committed by GitHub
parent ea0d228f83
commit 233aba7c43
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: