File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments