mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
config: added github pages branch name option to push results composite action
This commit is contained in:
parent
d7293a7924
commit
eafeb3a340
1 changed files with 4 additions and 0 deletions
4
.github/workflows/push-results/action.yml
vendored
4
.github/workflows/push-results/action.yml
vendored
|
@ -17,6 +17,9 @@ inputs:
|
|||
required: true
|
||||
type: string
|
||||
description: The path to check out the results repository to
|
||||
bench_gh_pages_branch:
|
||||
type: string,
|
||||
default: "main"
|
||||
bench_name:
|
||||
required: true
|
||||
type: string
|
||||
|
@ -46,6 +49,7 @@ runs:
|
|||
with:
|
||||
name: ${{ inputs.bench_name }}
|
||||
tool: ${{ inputs.bench_tool }}
|
||||
gh-pages-branch: ${{ inputs.bench_gh_pages_branch }}
|
||||
output-file-path: ${{ inputs.bench_output_file_path }}
|
||||
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue