From 13902aea680669f0f1cf83a854e4f2d888ab98fe Mon Sep 17 00:00:00 2001 From: Tony Gardella Date: Wed, 13 Dec 2023 11:49:13 -0500 Subject: [PATCH] quotation mark around branch name --- .github/workflows/test_fredi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_fredi.yml b/.github/workflows/test_fredi.yml index b4b52fd4..f73e4d04 100644 --- a/.github/workflows/test_fredi.yml +++ b/.github/workflows/test_fredi.yml @@ -61,7 +61,7 @@ jobs: Rscript -e ' devtools::install_github( repo = "https://github.com/USEPA/FrEDI", - ref = "${{ github.ref_name }}"", + ref = "${{ github.ref_name }}", subdir = "FrEDI", dependencies = FALSE, upgrade = "never",