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 2d03fce commit 58b4fdbCopy full SHA for 58b4fdb
.github/workflows/publish-engines.yml
@@ -85,7 +85,7 @@ jobs:
85
token: ${{ secrets.BOT_TOKEN_ENGINES_WRAPPER_DISPATCH_CI }}
86
inputs: '{ "version": "${{ steps.publish_script.outputs.new_prisma_version }}", "npmDistTag": "${{ steps.publish_script.outputs.npm_dist_tag }}" }'
87
88
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v7
89
with:
90
# Optional but recommended, defaults to "Apply automatic changes"
91
commit_message: engines commit ${{ github.event.client_payload.commit }}
0 commit comments