test: antsichaut version that ensures changes section is present in changelog

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-04-25 22:15:53 +00:00
parent 4c8895ae8f
commit 6ff62f00be
No known key found for this signature in database
GPG key ID: 00872BAF59D98753

View file

@ -31,7 +31,7 @@ jobs:
run: antsibull-changelog release -v --version "${{ steps.version.outputs.next-version }}"
- name: "Run antsichaut"
uses: ansible-community/antsichaut@main
uses: gardar/antsichaut@fix-missing-changes
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
since_version: "${{ steps.version.outputs.current-version }}"