We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7906b1 commit cda71b9Copy full SHA for cda71b9
2 files changed
.github/workflows/ci.yml
@@ -31,6 +31,11 @@ jobs:
31
uv sync --all-extras --dev
32
uv pip install -e . --no-deps
33
34
+ - name: Set up Git user
35
+ run: |
36
+ git config --global user.name "GitHub Actions"
37
+ git config --global user.email "actions@github.com"
38
+
39
- name: Create dummy .env file
40
run: |
41
echo "R2_ACCOUNT_ID=dummy-id" >> .env
manifest.json
@@ -65,4 +65,4 @@
65
}
66
]
67
68
-]
+]
0 commit comments