debug wip

This commit is contained in:
Allan Jeremy 2022-08-22 18:58:46 +03:00
parent 372921b97d
commit 2afb09483e
2 changed files with 2 additions and 4 deletions

View file

@ -69,7 +69,7 @@ jobs:
with:
repository: ${{ matrix.benchResultsRepo.name }}
branch: ${{ matrix.benchResultsRepo.branch }}
# token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BENCH_GITHUB_TOKEN }}
path: "./gh-pages"
bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})"
bench_tool: "benchmarkluau"

View file

@ -5,7 +5,6 @@ inputs:
required: true
type: string
description: The benchmark results repository to check out
branch:
required: true
type: string
@ -33,14 +32,13 @@ inputs:
runs:
using: "composite"
# shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.branch }}
# token: ${{ inputs.token }}
token: ${{ inputs.token }}
path: "./gh-pages"
- name: Store results