Skip to content

Commit 02b91e8

Browse files
authored
chore(copier): update from template
1 parent ba642cf commit 02b91e8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# DO NOT EDIT!
33
# -*- mode: yaml -*-
44
# prettier-ignore
5-
_commit: e025f7a
5+
_commit: fc1c03a
66
_src_path: gh:liblaf/copier-share
77
author_email: 30631553+liblaf@users.noreply.github.com
88
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
token: ${{ steps.auth.outputs.token }}
4141
- name: Remove MegaLinter Reports
4242
run: sudo rm --force --recursive "mega-linter.log" "megalinter-reports/"
43-
- name: Git Auto Commit
44-
uses: stefanzweifel/git-auto-commit-action@v5
43+
- name: Git Add
44+
run: git add --update
45+
- name: Commit
46+
uses: dsanders11/github-app-commit-action@v1
4547
with:
46-
commit_message: "chore(mega-linter): apply linters fixes"
47-
add_options: --update
48-
commit_user_name: ${{ steps.auth.outputs.committer-name }}
49-
commit_user_email: ${{ steps.auth.outputs.committer-email }}
50-
commit_author: ${{ steps.auth.outputs.author }}
48+
fail-on-no-changes: false
49+
message: "chore(mega-linter): apply linters fixes"
50+
token: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)