We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634cad2 commit 8dfaf16Copy full SHA for 8dfaf16
1 file changed
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Configure Git
38
run: |
39
# necessary for the git commands used for release info
40
- git config --global --add safe.directory ${{ github.workspace }}
+ git config --global --add safe.directory /__w/OpenDataCapture/OpenDataCapture
41
- name: Install Dependencies
42
run: pnpm install --frozen-lockfile
43
- name: Install Playwright
0 commit comments