Skip to content

Commit ffd31b6

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
repositories: |
3030
aws-durable-execution-sdk-python
3131
aws-durable-execution-sdk-python-testing
32-
- run: echo ${{ steps.generate-token.output }}
32+
- name: echo ${{ steps.generate-token.outputs.token }}
33+
run: echo ${{ steps.generate-token.outputs.token }}
3334
- uses: actions/checkout@v5
3435
- name: Set up Python ${{ matrix.python-version }}
3536
uses: actions/setup-python@v6
@@ -43,7 +44,7 @@ jobs:
4344
- name: static analysis
4445
run: hatch fmt --check
4546
- name: set up git in pyproject.toml
46-
run: sed -i "s|git\+ssh\:\/\/git@github\.com\/aws\/aws\-durable\-execution\-sdk\-python\.git|https://x-access-token:${ steps.generate-token.output }@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
4748
- name: type checking
4849
run: hatch run types:check
4950
- name: Run tests + coverage

0 commit comments

Comments
 (0)