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.
1 parent 3f10b18 commit b213040Copy full SHA for b213040
.github/workflows/update.yml
@@ -64,7 +64,7 @@ jobs:
64
run: python update-release-data.py -p 'website/products'
65
66
- name: Commit changes
67
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
68
if: steps.update_data.outputs.commit_message != ''
69
with:
70
commit_message: ${{ steps.update_data.outputs.commit_message }}
0 commit comments