Skip to content

Commit

Permalink
Duh, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andodet committed May 24, 2020
1 parent 03cbf34 commit 4184d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
shell: Rscript {0}
- name: Check
env:
CITYMAPPER_API_TOKEN: ${{ secrets.ctymapper_api_key }}
CITYMAPPER_API_TOKEN: ${{ secrets.citymapper_api_key }}
run: devtools::check(args = "--no-manual", error_on = "error")
shell: Rscript {0}

0 comments on commit 4184d17

Please sign in to comment.