Skip to content

Commit

Permalink
Update a_pre_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Feb 5, 2024
1 parent 80e46f3 commit 80ff611
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/a_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ jobs:
# pre-commit run --all-files || true
- name: Create Pull Request
uses: peter-evans/[email protected]
env:
# Disable pre-commit hooks
HUSKY: '0'
with:
token: ${{ secrets.TOKEN }}
commit-message: Update files
committer: GitHub Action <[email protected]>
author: GitHub Action <[email protected]>
signoff: true
branch: pre-commit
base: ${{github.ref}}
# base: main
title: "🔨 Update files by <github-actions[bot]>"
body: |
Expand Down

0 comments on commit 80ff611

Please sign in to comment.