We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9fae6 commit 909d86bCopy full SHA for 909d86b
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: r-lib/actions/setup-r@v2
27
- uses: r-lib/actions/setup-r-dependencies@v2
28
with:
29
- cache-version: 4
+ cache-version: 5
30
- name: Render README
31
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document", params = list(AIRTABLE_API_KEY = ${{ secrets.AIRTABLE_API_KEY }}))'
32
env: # Set the secrets as an input
0 commit comments