We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bf2e2 commit 765f0abCopy full SHA for 765f0ab
.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.12
+ uses: planetscale/ghcommit-action@v0.2.13
122
with:
123
commit_message: 'Automatically linting code'
124
repo: '${{ github.repository }}'
0 commit comments