Skip to content

Commit

Permalink
Update publish_github_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adammwilson authored Nov 26, 2024
1 parent 722e06e commit 06c5430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:


- name: install biomonitor
env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: Rscript -e 'install.packages("devtools"); library(devtools); install_github("alexology/biomonitoR", ref = "main")'

- name: Install R Dependencies
Expand Down

0 comments on commit 06c5430

Please sign in to comment.