chore: removed redundant input in composite action

This commit is contained in:
Allan Jeremy 2022-09-07 08:26:20 +03:00
parent 0238cc677e
commit 8e116643ae

View file

@ -17,9 +17,6 @@ inputs:
required: true required: true
type: string type: string
description: The path to check out the results repository to description: The path to check out the results repository to
bench_gh_pages_branch:
type: string,
default: "main"
bench_name: bench_name:
required: true required: true
type: string type: string
@ -49,7 +46,7 @@ runs:
# with: # with:
# name: ${{ inputs.bench_name }} # name: ${{ inputs.bench_name }}
# tool: ${{ inputs.bench_tool }} # tool: ${{ inputs.bench_tool }}
# gh-pages-branch: ${{ inputs.bench_gh_pages_branch }} # gh-pages-branch: ${{ inputs.branch }}
# output-file-path: ${{ inputs.bench_output_file_path }} # output-file-path: ${{ inputs.bench_output_file_path }}
# external-data-json-path: ${{ inputs.bench_external_data_json_path }} # external-data-json-path: ${{ inputs.bench_external_data_json_path }}