From 52fe7265cc233d82024d5c7567c75223fe3be506 Mon Sep 17 00:00:00 2001 From: Bryceson Laing Date: Tue, 25 Jun 2024 19:54:29 +0100 Subject: [PATCH] testing action --- .github/workflows/build_dist_on_merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_dist_on_merge.yml b/.github/workflows/build_dist_on_merge.yml index 44342ba..8f26a79 100644 --- a/.github/workflows/build_dist_on_merge.yml +++ b/.github/workflows/build_dist_on_merge.yml @@ -24,3 +24,5 @@ jobs: run: yarn build - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_options: '--amend --no-edit'