File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,5 +104,5 @@ jobs:
104104 git config --local user.email "[email protected] " 105105 git add man/\* NAMESPACE DESCRIPTION
106106 git commit -m "docs: update documentation (GHA)" || echo "No changes to commit"
107- git pull --ff-only
107+ git pull --rebase
108108 git push origin
Original file line number Diff line number Diff line change 11# ' Get the API key
2+ # ' @aliases get_auth_key_test
23# '
34# ' Get the API key from the environment variable `DELPHI_EPIDATA_KEY` or
45# ' `getOption("delphi.epidata.key")`.
910get_auth_key <- function () {
1011 key <- Sys.getenv(" DELPHI_EPIDATA_KEY" , unset = " " )
1112 if (key != " " ) {
12- return (key )
13+ return (key )
1314 }
1415
1516 key <- getOption(" delphi.epidata.key" , default = " " )
You can’t perform that action at this time.
0 commit comments