We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0cea commit ec288acCopy full SHA for ec288ac
1 file changed
.github/workflows/lint.yml
@@ -126,7 +126,7 @@ jobs:
126
env:
127
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
128
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
129
- uses: planetscale/ghcommit-action@v0.2.13
+ uses: planetscale/ghcommit-action@v0.2.15
130
with:
131
commit_message: 'Automatically linting code'
132
repo: '${{ github.repository }}'
0 commit comments