From c60c8156ba318517b6413d0f90826f4923d279ed Mon Sep 17 00:00:00 2001 From: Olivier Leroy Date: Thu, 30 May 2024 08:31:22 -0400 Subject: [PATCH] fixed the GHA, tired --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e5e1e1c..a1fcc62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Install package from GH run: | - Rscript -e 'remotes::install_github("cori.fcc")' + Rscript -e 'remotes::install_github("ruralinnovation/cori.fcc")' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} #