We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b584b commit 780c001Copy full SHA for 780c001
1 file changed
.github/workflows/lint.yml
@@ -118,7 +118,7 @@ jobs:
118
env:
119
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
120
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
121
- uses: planetscale/ghcommit-action@v0.2.11
+ uses: planetscale/ghcommit-action@v0.2.12
122
with:
123
commit_message: 'Automatically linting code'
124
repo: '${{ github.repository }}'
0 commit comments