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