Skip to content

Commit ab4cc5e

Browse files
add default values
1 parent 8f6e76d commit ab4cc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel_windows_x64_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
trigger-test-infra:
7070
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
7171
with:
72-
repository_name: ${{ inputs.repository_name }}
73-
repository_branch: ${{ inputs.repository_branch }}
72+
repository_name: ${{ inputs.repository_name || 'pytorch/vision' }}
73+
repository_branch: ${{ inputs.repository_branch || 'main'}}
7474
python_version: ${{ inputs.python_version || 'Python312' }}
7575
msvc_version: ${{ inputs.msvc_version || 'latest' }}
7676
# pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}

0 commit comments

Comments
 (0)