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