From f476104e4fe2da366ace2405aeec6c6dba4793a0 Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:38:52 -0400 Subject: [PATCH] Automatically linting code --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 41183a309..b5a6c8a5a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -82,7 +82,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: planetscale/ghcommit-action@v0.1.36 + uses: planetscale/ghcommit-action@v0.1.35 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'