We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38680e0 commit 056f1f1Copy full SHA for 056f1f1
.github/workflows/test-runner-ci.yaml
@@ -46,6 +46,11 @@ jobs:
46
with:
47
fetch-depth: 0
48
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 }}
54
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
55
56
driver: docker
test-runner/action.yml
@@ -56,7 +56,7 @@ runs:
57
path: models-perf
58
ref: main
59
- repository: ${{ secrets.PERF_REPO }}
+ repository: ${{ inputs.perf_repo }}
60
token: ${{ inputs.token }}
61
- name: Install Requirements
62
shell: bash
0 commit comments