You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ jobs:
42
42
- name: static analysis
43
43
run: hatch fmt --check
44
44
- name: set up git in pyproject.toml
45
-
run: sed -i "s|git\+ssh\:\/\/git@github\.com\/aws\/aws\-durable\-execution\-sdk\-python\.git|https://x-access-token:${a}@github.com/aws/aws-durable-execution-sdk-python.git|" ./pyproject.toml
45
+
run: sed -i "s|git\+ssh\:\/\/git@github\.com\/aws\/aws\-durable\-execution\-sdk\-python\.git|https://x-access-token:${a}@github.com/aws/aws-durable-execution-sdk-python.git|" pyproject.toml
0 commit comments