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 5dd2d7f commit cafdf97Copy full SHA for cafdf97
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: static analysis
43
run: hatch fmt --check
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:${{ steps.generate-token.outputs.token }}@github.com/aws/aws-durable-execution-sdk-python.git|" pyproject.toml
+ 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
46
- run: ls
47
- run: cat pyproject.toml
48
- name: type checking
0 commit comments