0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

fix workflow issues (#61)

This commit is contained in:
Pavel Boldyrev 2022-04-13 00:16:05 -04:00 committed by GitHub
parent 70579a865f
commit df13adfb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,12 @@ jobs:
name: Generate changelog for main branch
steps:
- uses: actions/checkout@v3
- with:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Generate changelog
uses: charmixer/auto-changelog-action@v1
with:
token: ${{ secrets.BOT_TOKEN }}
release_branch: main
- uses: stefanzweifel/git-auto-commit-action@v4