Skip to content

Commit

Permalink
commit updated CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Apr 4, 2024
1 parent 7894689 commit a46cdd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/calculate_risk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ jobs:
run: Rscript -e 'install.packages("validation", repos = "https://ctu-bern.r-universe.dev", dependencies = TRUE)'
- name: Run script to calculate risk and post comment
run: Rscript -e 'source("resources/calculate_risk.R")'
- name: commit updated CSV
run: |
git config --global user.email "[email protected]"
git config --global user.name "Render action"
git add tables/validated_packages.csv
git commit -m "add new packages" || echo "No changes to commit"
git push origin master || echo "No changes to commit"

0 comments on commit a46cdd0

Please sign in to comment.