We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad76db commit f6f305fCopy full SHA for f6f305f
.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