refactor: removed hard-coded path in composite action

This commit is contained in:
Allan Jeremy 2022-09-07 08:28:09 +03:00
parent 99de501a02
commit d6a8aafe18

View file

@ -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