File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Functional Tests
33on :
44 workflow_call :
55 inputs :
6+ vfs_repository :
7+ description : ' Repository to download the VFSForGit artifacts from (defaults to the calling repository)'
8+ required : false
9+ type : string
10+ default : ' '
611 vfs_run_id :
712 description : ' Workflow run ID to download FT executables and GVFS installer from (defaults to the calling run)'
813 required : false
8792 with :
8893 name : GVFS_${{ matrix.configuration }}
8994 path : gvfs
90- repository : microsoft/VFSForGit
95+ repository : ${{ inputs.vfs_repository || github.repository }}
9196 run-id : ${{ inputs.vfs_run_id || github.run_id }}
9297 github-token : ${{ secrets.vfs_token || github.token }}
9398
97102 with :
98103 name : FunctionalTests_${{ matrix.configuration }}
99104 path : ft
100- repository : microsoft/VFSForGit
105+ repository : ${{ inputs.vfs_repository || github.repository }}
101106 run-id : ${{ inputs.vfs_run_id || github.run_id }}
102107 github-token : ${{ secrets.vfs_token || github.token }}
103108
You can’t perform that action at this time.
0 commit comments