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 f141e24 commit 5b9feb5Copy full SHA for 5b9feb5
.github/workflows/integration-tests.yaml
@@ -47,7 +47,7 @@ jobs:
47
shell: Rscript {0}
48
49
- name: Run integration tests
50
- uses: nealrichardson/with-connect@dev
+ uses: posit-dev/with-connect@uv-tool
51
env:
52
CONNECTAPI_INTEGRATED: "true"
53
with:
NEWS.md
@@ -15,6 +15,7 @@
15
- New `lock_content()` and `unlock_content()` functions for locking and unlocking
16
content items. (#453)
17
- Updated git-backed deployment functions to use v1 APIs (#459)
18
+- Removed `prefix` argument to `connect()` function, which was a convenience utility for testing. (#477)
19
20
# connectapi 0.8.0
21
0 commit comments