Skip to content

Commit fe66cc8

Browse files
authored
Update ci.yml
1 parent ffd31b6 commit fe66cc8

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: static analysis
4545
run: hatch fmt --check
4646
- name: set up git in pyproject.toml
47-
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
47+
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
4848
- name: type checking
4949
run: hatch run types:check
5050
- name: Run tests + coverage

0 commit comments

Comments
 (0)