From a25594eb0da3fe120a2b6427c8c1e09f94831cb0 Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:36:38 -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 4c2584987..41183a309 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.37 + uses: planetscale/ghcommit-action@v0.1.36 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'