Skip to content

Commit cafdf97

Browse files
authored
Update ci.yml
1 parent 5dd2d7f commit cafdf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: static analysis
4343
run: hatch fmt --check
4444
- 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:${{ steps.generate-token.outputs.token }}@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:${{ steps.generate-token.outputs.token }}@github.com/aws/aws-durable-execution-sdk-python.git|g" pyproject.toml
4646
- run: ls
4747
- run: cat pyproject.toml
4848
- name: type checking

0 commit comments

Comments
 (0)