Skip to content

Commit

Permalink
D'Oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Dec 29, 2021
1 parent a3415fb commit c159bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Expand Up @@ -77,7 +77,7 @@ jobs:
env:
OPENTOPO_KEY: ${{ secrets.OPENTOPO }}
run: |
cat(paste0("OPENTOPO_KEY=", Sys.getenv("OPENTOPO_KEY")", "\n"), file = paste0(normalizePath("~/"), "/.Renviron"), append = TRUE)
cat(paste0("OPENTOPO_KEY=", Sys.getenv("OPENTOPO_KEY"), "\n"), file = paste0(normalizePath("~/"), "/.Renviron"), append = TRUE)
shell: Rscript {0}

- name: Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
OPENTOPO_KEY: ${{ secrets.OPENTOPO }}
run: |
cat(paste0("OPENTOPO_KEY=", Sys.getenv("OPENTOPO_KEY")", "\n"), file = paste0(normalizePath("~/"), "/.Renviron"), append = TRUE)
cat(paste0("OPENTOPO_KEY=", Sys.getenv("OPENTOPO_KEY"), "\n"), file = paste0(normalizePath("~/"), "/.Renviron"), append = TRUE)
shell: Rscript {0}

- name: Test coverage
Expand Down

0 comments on commit c159bf3

Please sign in to comment.