We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad0a94 commit 8439f60Copy full SHA for 8439f60
.github/workflows/lint.yml
@@ -122,7 +122,7 @@ jobs:
122
env:
123
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
124
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
125
- uses: planetscale/ghcommit-action@v0.2.5
+ uses: planetscale/ghcommit-action@v0.2.6
126
with:
127
commit_message: 'Automatically linting code'
128
repo: '${{ github.repository }}'
0 commit comments