Skip to content

Commit 4f7ae38

Browse files
authored
Fix wrong pr-number (#34)
1 parent 262d688 commit 4f7ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults:
3434

3535
jobs:
3636
build:
37-
name: build torch for ${{ inputs.pr-number && format('#{0}', inputs.pr-numer) || inputs.ref }}
37+
name: build torch for ${{ inputs.pr-number && format('#{0}', inputs.pr-number) || inputs.ref }}
3838
runs-on: ${{ inputs.runner }}
3939
container:
4040
image: ${{ inputs.image }}

0 commit comments

Comments
 (0)