From d6a8aafe189065d78a7ba7c7b6b6a24b31472ebb Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 7 Sep 2022 08:28:09 +0300 Subject: [PATCH] refactor: removed hard-coded path in composite action --- .github/workflows/push-results/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 04a327fc..1fd8883e 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -39,7 +39,7 @@ runs: repository: ${{ inputs.repository }} ref: ${{ inputs.branch }} token: ${{ inputs.token }} - path: "./gh-pages" + path: ${{ inputs.path }} # - name: Store results # uses: Roblox/rhysd-github-action-benchmark@v-luau