From d911760709bf0ad25091dc3d4e80980fb0fb8ab3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 13 Jan 2023 20:30:02 +0100 Subject: [PATCH] Use stable-2.x branches from my work to get the patch from https://github.com/ansible/ansible/pull/79734. (cherry picked from commit 01429108d31248082bfa6f319b0cb3dfb0a012a2) --- .github/workflows/ansible-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index ead67ad1..b2af84aa 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -33,6 +33,7 @@ jobs: - name: Perform sanity testing uses: felixfontein/ansible-test-gh-action@main with: + ansible-core-github-repository-slug: felixfontein/ansible ansible-core-version: stable-${{ matrix.ansible }} coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} pull-request-change-detection: 'true' @@ -64,6 +65,7 @@ jobs: Ansible version ${{ matrix.ansible }} uses: felixfontein/ansible-test-gh-action@main with: + ansible-core-github-repository-slug: felixfontein/ansible ansible-core-version: stable-${{ matrix.ansible }} coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} pull-request-change-detection: 'true' @@ -145,6 +147,7 @@ jobs: under Python ${{ matrix.python }} uses: felixfontein/ansible-test-gh-action@main with: + ansible-core-github-repository-slug: felixfontein/ansible ansible-core-version: stable-${{ matrix.ansible }} coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }} docker-image: ${{ matrix.docker }}