From d7da460db329f58a2426cd2a10884f656058fb31 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 22 Aug 2022 18:08:51 +0300 Subject: [PATCH] debug wip Co-authored-by: Jamie Kuppens Co-authored-by: Ignacio Falk --- .github/workflows/push-results/action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 75f406c8..534a422c 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -5,9 +5,7 @@ inputs: required: true type: string description: The benchmark results repository to check out - shell: - type: string - default: "bash" + branch: required: true type: string @@ -38,7 +36,7 @@ runs: steps: - name: Checkout repository uses: actions/checkout@v3 - shell: ${{ inputs.shell }} + shell: bash with: repository: ${{ inputs.repository }} ref: ${{ inputs.branch }} @@ -47,7 +45,7 @@ runs: - name: Store results uses: Roblox/rhysd-github-action-benchmark@v-luau - shell: ${{ inputs.shell }} + shell: bash with: name: ${{ inputs.bench_name }} tool: ${{ inputs.bench_tool }} @@ -55,7 +53,7 @@ runs: external-data-json-path: ${{ inputs.bench_external_data_json_path }} - name: Push benchmark results - shell: ${{ inputs.shell }} + shell: bash run: | echo "Pushing benchmark results..." cd gh-pages