Skip to content

Commit 714f51c

Browse files
fix touchstone
1 parent ee9997c commit 714f51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
ref: ${{ matrix.config.benchmarking_ref }}
8888
path: ${{ matrix.config.benchmarking_path }}
8989
- name: Run benchmarks
90-
run: Rscript -e 'touchstone::run_sciript("touchstone/script.R")'
90+
run: Rscript -e 'touchstone::run_script("touchstone/script.R")'
9191
- name: Save PR number
9292
run: |
9393
echo ${{ github.event.number }} > ./touchstone/pr-comment/NR

0 commit comments

Comments
 (0)