Skip to content

Commit

Permalink
Update urlcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Aug 28, 2024
1 parent 472e5fa commit 828594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/urlcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install urlchecker
run: |
Rscript -e 'install.packages("urlchecker", repos="https://cloud.r-project.org")'
Rscript -e 'install.packages("urlchecker", repos="https://github.com/USEPA/EPATADA/")'
- name: Run urlchecker
run: |
Expand Down

0 comments on commit 828594f

Please sign in to comment.