We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9997c commit 714f51cCopy full SHA for 714f51c
.github/workflows/touchstone-receive.yaml
@@ -87,7 +87,7 @@ jobs:
87
ref: ${{ matrix.config.benchmarking_ref }}
88
path: ${{ matrix.config.benchmarking_path }}
89
- name: Run benchmarks
90
- run: Rscript -e 'touchstone::run_sciript("touchstone/script.R")'
+ run: Rscript -e 'touchstone::run_script("touchstone/script.R")'
91
- name: Save PR number
92
run: |
93
echo ${{ github.event.number }} > ./touchstone/pr-comment/NR
0 commit comments