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 f0eccc9 commit 3fccbaeCopy full SHA for 3fccbae
.github/workflows/publish-engines.yml
@@ -92,7 +92,7 @@ jobs:
92
token: ${{ secrets.BOT_TOKEN_ENGINES_WRAPPER_DISPATCH_CI }}
93
inputs: '{ "version": "${{ steps.publish_script.outputs.new_prisma_version }}", "npmDistTag": "${{ steps.publish_script.outputs.npm_dist_tag }}" }'
94
95
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
96
with:
97
# Optional but recommended, defaults to "Apply automatic changes"
98
commit_message: engines commit ${{ github.event.client_payload.commit }}
0 commit comments