From fa5eca82bbc14d8734b855cc51503bc32296bde1 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 22 Aug 2022 18:14:53 +0300 Subject: [PATCH] debug wip Co-authored-by: Jamie Kuppens Co-authored-by: Ignacio Falk --- .github/workflows/push-results/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 534a422c..8390623d 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -33,10 +33,10 @@ inputs: runs: using: "composite" + shell: bash steps: - name: Checkout repository uses: actions/checkout@v3 - shell: bash with: repository: ${{ inputs.repository }} ref: ${{ inputs.branch }} @@ -45,7 +45,6 @@ runs: - name: Store results uses: Roblox/rhysd-github-action-benchmark@v-luau - shell: bash with: name: ${{ inputs.bench_name }} tool: ${{ inputs.bench_tool }} @@ -53,7 +52,6 @@ runs: external-data-json-path: ${{ inputs.bench_external_data_json_path }} - name: Push benchmark results - shell: bash run: | echo "Pushing benchmark results..." cd gh-pages