Fix run-tests workflow checking out incorrect target

This commit is contained in:
peelz
2023-06-05 16:19:25 -04:00
committed by Evil Factory
parent 0496e4ab75
commit c7123aeec2
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with: with:
repository: ${{ inputs.repository }} repository: ${{ inputs.repository }}
target: ${{ inputs.target }} ref: ${{ inputs.target }}
submodules: recursive submodules: recursive
- name: Setup .NET - name: Setup .NET