Skip to content

Commit 056f1f1

Browse files
author
tylertitsworth
committed
add checkout event to tr ci
1 parent 38680e0 commit 056f1f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test-runner-ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
ref: ${{ github.event.merge_group.head_ref }}
49+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50+
with:
51+
path: models-perf
52+
repository: ${{ secrets.PERF_REPO }}
53+
token: ${{ secrets.ACTION_TOKEN }}
4954
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
5055
with:
5156
driver: docker

test-runner/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
with:
5757
path: models-perf
5858
ref: main
59-
repository: ${{ secrets.PERF_REPO }}
59+
repository: ${{ inputs.perf_repo }}
6060
token: ${{ inputs.token }}
6161
- name: Install Requirements
6262
shell: bash

0 commit comments

Comments
 (0)