We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1056ec4 + 5a0b565 commit 5ebd24fCopy full SHA for 5ebd24f
.github/workflows/update-tfdocs.yml
@@ -68,7 +68,7 @@ jobs:
68
run: ./.github/scripts/update-tfdocs.sh "${{ env.current_version }}" "${{ env.release_version }}" "${{ env.checksum }}"
69
70
- name: Push terraform-docs v${{ inputs.release_version }} Changes
71
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
72
env:
73
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
74
with:
0 commit comments