|
48 | 48 | - name: Perform sanity testing |
49 | 49 | uses: felixfontein/ansible-test-gh-action@main |
50 | 50 | with: |
51 | | - ansible-core-github-repository-slug: ${{ contains(fromJson('["2.10", "2.11"]'), matrix.ansible) && 'felixfontein/ansible' || 'ansible/ansible' }} |
| 51 | + ansible-core-github-repository-slug: ${{ contains(fromJson('["2.9", "2.10", "2.11"]'), matrix.ansible) && 'ansible-community/eol-ansible' || 'ansible/ansible' }} |
52 | 52 | ansible-core-version: stable-${{ matrix.ansible }} |
53 | 53 | codecov-token: ${{ secrets.CODECOV_TOKEN }} |
54 | 54 | coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} |
|
84 | 84 | Ansible version ${{ matrix.ansible }} |
85 | 85 | uses: felixfontein/ansible-test-gh-action@main |
86 | 86 | with: |
87 | | - ansible-core-github-repository-slug: ${{ contains(fromJson('["2.10", "2.11"]'), matrix.ansible) && 'felixfontein/ansible' || 'ansible/ansible' }} |
| 87 | + ansible-core-github-repository-slug: ${{ contains(fromJson('["2.9", "2.10", "2.11"]'), matrix.ansible) && 'ansible-community/eol-ansible' || 'ansible/ansible' }} |
88 | 88 | ansible-core-version: stable-${{ matrix.ansible }} |
89 | 89 | codecov-token: ${{ secrets.CODECOV_TOKEN }} |
90 | 90 | coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | under Python ${{ matrix.python }} |
283 | 283 | uses: felixfontein/ansible-test-gh-action@main |
284 | 284 | with: |
285 | | - ansible-core-github-repository-slug: ${{ contains(fromJson('["2.10", "2.11"]'), matrix.ansible) && 'felixfontein/ansible' || 'ansible/ansible' }} |
| 285 | + ansible-core-github-repository-slug: ${{ contains(fromJson('["2.9", "2.10", "2.11"]'), matrix.ansible) && 'ansible-community/eol-ansible' || 'ansible/ansible' }} |
286 | 286 | ansible-core-version: stable-${{ matrix.ansible }} |
287 | 287 | codecov-token: ${{ secrets.CODECOV_TOKEN }} |
288 | 288 | coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} |
|
0 commit comments