use correct repo name for mission template

This commit is contained in:
hizumi
2024-02-22 23:01:53 -06:00
parent 0e4702e7b0
commit f3d28ed761

View File

@@ -32,7 +32,7 @@ jobs:
- name: Pull MissionTemplate - name: Pull MissionTemplate
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: hizumi/testrepo repository: hizumi/MissionTemplate
fetch-depth: 0 fetch-depth: 0
ref: 'main' ref: 'main'
token: ${{ secrets.RUNNER_REPO_READ_TOKEN }} token: ${{ secrets.RUNNER_REPO_READ_TOKEN }}