From 8e116643aea3c077796237f92a2b2e9e05a2d116 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 7 Sep 2022 08:26:20 +0300 Subject: [PATCH] chore: removed redundant input in composite action --- .github/workflows/push-results/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 8e26eb8a..04a327fc 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -17,9 +17,6 @@ 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 @@ -49,7 +46,7 @@ runs: # with: # name: ${{ inputs.bench_name }} # 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 }} # external-data-json-path: ${{ inputs.bench_external_data_json_path }}