Update ormolu.yaml

This commit is contained in:
Arya Irani 2024-03-12 14:31:53 -04:00 committed by GitHub
parent 5e7fd648fa
commit 70b937bc76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}}