From eafeb3a34073289e42f16e36f3c5e47d34db6d1a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 5 Sep 2022 10:30:50 +0300 Subject: [PATCH] config: added github pages branch name option to push results composite action --- .github/workflows/push-results/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index a70e8968..67ce889b 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -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 }}