Skip to content

Commit 1ddb1a6

Browse files
authored
chore(copier): update from template
1 parent e09e15d commit 1ddb1a6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: ea66e53
4+
_commit: dd7d24f
55
_src_path: gh:liblaf/copier-share
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
run: cat 'megalinter-reports/megalinter-report.md' >> "$GITHUB_STEP_SUMMARY"
7878
- if: success() || failure()
7979
name: Remove MegaLinter Reports
80-
run: >-
80+
run: |-
81+
cp --archive --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md'
8182
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports/'
8283
- if: github.ref == 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
8384
name: Create PR with Applied Fixes
@@ -90,7 +91,7 @@ jobs:
9091
branch: mega-linter-fix/${{ github.ref_name }}
9192
sign-commits: true
9293
title: "chore(mega-linter): apply linters automatic fixes"
93-
body-path: megalinter-reports/megalinter-report.md
94+
body-path: ${{ runner.temp }}/megalinter-report.md
9495
labels: automerge
9596
assignees: ${{ github.repository_owner }}
9697
reviewers: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)