Skip to content

Commit

Permalink
Merge pull request #274 from jtisack/master
Browse files Browse the repository at this point in the history
Fix Github Action package dependency
  • Loading branch information
harveyl888 authored Jul 29, 2024
2 parents 3a0d77c + 7670d63 commit 0c675b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
env:
GOOGLESHEETS4_PASSWORD: ${{ secrets.GOOGLESHEETS4_PASSWORD }}
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
RSPM: https://packagemanager.posit.co/cran/__linux__/bionic/2024-06-01/
REPO_PIN_PAT: ${{ secrets.REPO_PIN_PAT }}
steps:
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 0c675b8

Please sign in to comment.