Skip to content

Commit

Permalink
chore: update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jan 10, 2025
1 parent fc5a0a1 commit 489b0ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/normalize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- name: Create Pull Request
if: steps.changes.outputs.changes == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
committer: unitsml-bot <no-reply@unitsml.org>
commit-message: 'chore: normalize YAML files'
add-paths: .
title: 'Normalize YAML files'
body: 'This PR normalizes YAML files by sorting keys and applying consistent formatting.'
branch: normalize-yaml
Expand Down

0 comments on commit 489b0ee

Please sign in to comment.