Skip to content

Commit

Permalink
quotation mark around branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Dec 13, 2023
1 parent 34d7ef3 commit 67455da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67455da

Please sign in to comment.