From 200c4c4911859c737e1014d448c1b0854d8f79ff Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 7 Oct 2024 21:27:13 +0200 Subject: [PATCH] [TEMP] Use my branch of antsibull-core. --- .github/workflows/antsibull-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/antsibull-build.yml b/.github/workflows/antsibull-build.yml index b058d05e536..c9deeb89ce8 100644 --- a/.github/workflows/antsibull-build.yml +++ b/.github/workflows/antsibull-build.yml @@ -42,8 +42,8 @@ jobs: - name: Check out antsibull-core uses: actions/checkout@v4 with: - repository: ansible-community/antsibull-core - ref: main + repository: felixfontein/antsibull-core + ref: removals path: antsibull-core - name: Check out antsibull-changelog