mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 13:20:22 +00:00
skip_changelog: antsichaut action moved to ansible-community
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
90154c561b
commit
6b4edde4c5
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: rndmh3ro/antsichaut-action@main
|
||||
uses: ansible-community/antsichaut@main
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
since_version: "${{ steps.version.outputs.current-version }}"
|
||||
|
|
Loading…
Reference in a new issue