Skip to content

Commit

Permalink
fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Sep 19, 2023
1 parent 745dce7 commit 4e1cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fredi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Rscript -e 'install.packages("devtools")'
- name: Run createsystemData
run: source("createsystemData_main.R")
run: source("createsystemData_sv.R")
source("createsystemData_sv.R")
- name: Commit results
run: |
git config --local core.autocrlf false
Expand Down

0 comments on commit 4e1cb59

Please sign in to comment.