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 ce5d51c commit 2446c3cCopy full SHA for 2446c3c
.github/workflows/generate-workspace.yaml
@@ -32,10 +32,11 @@ jobs:
32
Sys.glob("data/*.rda") |>
33
basename() |>
34
gsub("\\.rda$", "", x = _) |>
35
- save(list = _, file = "docs/ISCAM.RData")
+ save(list = _, file = "dev/ISCAM.RData")
36
shell: Rscript {0}
37
38
- uses: stefanzweifel/git-auto-commit-action@v5
39
with:
40
commit_message: "chore: update ISCAM.RData [skip ci]"
41
file_pattern: dev/ISCAM.RData
42
+
0 commit comments