We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829c68e commit 590df64Copy full SHA for 590df64
1 file changed
.github/workflows/update_truth_data.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Generate truth csv files
43
run: |
44
- R -e 'source("src/target-data")'
+ R -e 'source("src/target-data.R")'
45
46
- name: Commit
47
0 commit comments