From 6b4edde4c5ac5360c6210e80a3298dc1fceed218 Mon Sep 17 00:00:00 2001 From: gardar Date: Mon, 15 Jan 2024 12:33:18 +0000 Subject: [PATCH] skip_changelog: antsichaut action moved to ansible-community Signed-off-by: gardar --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e337fc8ea..918bd409c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: antsibull-changelog release -v --version "${{ steps.version.outputs.next-version }}" - name: "Run antsichaut" - uses: rndmh3ro/antsichaut-action@main + uses: ansible-community/antsichaut@main with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" since_version: "${{ steps.version.outputs.current-version }}"