Skip to content

Commit

Permalink
Commit Taplo directly instead of going through a PR ... (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Nov 22, 2024
1 parent fd1a987 commit 6160928
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/test_toml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
- uses: uncenter/setup-taplo@v1

- run: taplo fmt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6

- uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "Format TOML with Taplo"
commit-message: ":art: Format TOML with Taplo"
body: |
This pull request uses the [Taplo](https://taplo.tamasfe.dev) formatter.
base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch
branch: actions/toml
commit_message: ":art: Format TOML with Taplo"
file_pattern: 'apps.toml wishlist.toml graveyard.toml'
commit_user_name: yunohost-bot
commit_user_email: [email protected]
commit_author: 'yunohost-bot <[email protected]>'

0 comments on commit 6160928

Please sign in to comment.