From 23d30a4525c1b65be5c96eb9e7762bd2cc334509 Mon Sep 17 00:00:00 2001 From: andreaharder Date: Fri, 22 Nov 2024 20:36:04 -0500 Subject: [PATCH] Update publish_github_actions.yml Commit --- .github/workflows/publish_github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_github_actions.yml b/.github/workflows/publish_github_actions.yml index c9f49c34..21695527 100644 --- a/.github/workflows/publish_github_actions.yml +++ b/.github/workflows/publish_github_actions.yml @@ -26,7 +26,7 @@ jobs: - name: Install R uses: r-lib/actions/setup-r@v2 - - name: install biomonitor + - name: Install biomonitor run: Rscript -e 'install.packages("devtools"); library(devtools); install_github("alexology/biomonitoR", ref = "main")' - name: Install R Dependencies