mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
refactor: removed hard-coded path in composite action
This commit is contained in:
parent
99de501a02
commit
d6a8aafe18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-results/action.yml
vendored
2
.github/workflows/push-results/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue