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 4ec337c commit 6657e26Copy full SHA for 6657e26
R/git.R
@@ -130,7 +130,7 @@ deploy_repo <- function(
130
deployed_content$repo_set(
131
repository = repository,
132
branch = branch,
133
- subdirectory = subdirectory
+ directory = subdirectory
134
)
135
136
task <- deployed_content$deploy()
tests/integrated/test-git.R
@@ -1,3 +1,5 @@
1
+skip_if_connect_older_than(test_conn_1, "2022.10.0")
2
+
3
cont1_name <- uuid::UUIDgenerate()
4
cont1_title <- "Test Content 1"
5
cont1_guid <- NULL
0 commit comments