We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee27ee9 commit 1afa402Copy full SHA for 1afa402
.github/workflows/tests.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Checkout downstream pyproject
60
uses: actions/checkout@v4
61
with:
62
- repository: yaal-coop/${{ matrix.downstream }}
+ repository: python-scim/${{ matrix.downstream }}
63
path: ${{ matrix.downstream }}
64
- name: Install Python ${{ matrix.python }}
65
run: |
0 commit comments