From acd5fcb870048cfdea98275dba3759181dc242bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 23 Mar 2024 05:26:01 +0000 Subject: [PATCH] Automatically linting code --- .github/workflows/lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7075f2851..33911fc3f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -76,7 +76,11 @@ jobs: run: | dotnet nuke LintStaged --skip - name: Add & Commit + env: + GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: stefanzweifel/git-auto-commit-action@v5 + uses: planetscale/ghcommit-action@v0.1.35 with: commit_message: 'Automatically linting code' + repo: '${{ github.repository }}' + branch: '${{ github.event.pull_request.head.ref }}'