From dd2655494262a1b2df62d426a625b2d09be22b4c Mon Sep 17 00:00:00 2001 From: 21105419 Date: Tue, 23 Jan 2024 17:09:23 +0100 Subject: [PATCH] Still tweaking automatic formatting --- .github/workflows/format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 282d1e27..a72add0f 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -27,7 +27,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Apply code formatting" --no-verify --amend + git commit -am "Apply code formatting" --no-verify - name: Push changes uses: ad-m/github-push-action@master