Skip to content

Commit

Permalink
Fix incorrect repository for targeting composite action
Browse files Browse the repository at this point in the history
This leaked in from my testing repository by mistake.
  • Loading branch information
cottsay committed Feb 26, 2024
1 parent 99f46bf commit a6cb0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- uses: cottsay/colcon-ci@main
- uses: ${{ inputs.setup-repository }}@main
- uses: codecov/codecov-action@v3
if: ${{ inputs.codecov }}

0 comments on commit a6cb0b1

Please sign in to comment.