mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
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:
parent
4c8895ae8f
commit
6ff62f00be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue