From 70b937bc76e23e033533e9d18dda72221a5f6bfe Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:31:53 -0400 Subject: [PATCH] Update ormolu.yaml --- .github/workflows/ormolu.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ormolu.yaml b/.github/workflows/ormolu.yaml index d246cfa44..395763a6d 100644 --- a/.github/workflows/ormolu.yaml +++ b/.github/workflows/ormolu.yaml @@ -22,7 +22,7 @@ jobs: - name: create pull request with formatting changes uses: peter-evans/create-pull-request@v6 with: - commit_message: ormolu - branch: formatting/${{github.ref}} - branch_suffix: short-commit-hash - title: autoformat ${{github.ref}} + commit_message: automatically run ormolu + branch: format/${{github.ref_name}} + branch_suffix: random + title: autoformat ${{github.ref_name}}