Skip to content

Commit e8f423a

Browse files
authored
Fix wrong pr-number (#35)
1 parent 4f7ae38 commit e8f423a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
description: 'The docker image which will be used to build'
1414
pr-number:
1515
required: false
16-
type: number
16+
type: string
17+
default: ''
1718
description: 'The number of pull request'
1819
ref:
1920
required: false

0 commit comments

Comments
 (0)