Skip to content

Commit b6e557c

Browse files
authored
Update ci.yml
1 parent 806e4f3 commit b6e557c

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
@@ -43,7 +43,7 @@ jobs:
4343
run: hatch fmt --check
4444
- run: ls
4545
- name: set up git in pyproject.toml
46-
run: sed -i.bak "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: sed -i.bak "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
4747
- run: cat pyproject.toml
4848
- name: type checking
4949
run: hatch run types:check

0 commit comments

Comments
 (0)