File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This file is @generated by <https://github.com/liblaf/copier-python>.
2
2
# DO NOT EDIT!
3
3
# prettier-ignore
4
- _commit : 873e1a5
4
+ _commit : 1ddb1a6
5
5
_src_path : gh:liblaf/copier-python
6
6
answers_file_shared : .config/copier/.copier-answers.shared.yaml
7
7
namespace : ' '
Original file line number Diff line number Diff line change 1
1
# This file is @generated by <https://github.com/liblaf/copier-shared>.
2
2
# DO NOT EDIT!
3
3
# prettier-ignore
4
- _commit : ea66e53
4
+ _commit : dd7d24f
5
5
_src_path : gh:liblaf/copier-shared
6
6
7
7
author_name : liblaf
Original file line number Diff line number Diff line change 7
7
"reportIncompatibleMethodOverride" : " warning" ,
8
8
"reportIncompatibleVariableOverride" : " warning" ,
9
9
"reportPrivateImportUsage" : " none" ,
10
- "reportRedeclaration" : " none" ,
10
+ "reportRedeclaration" : " none"
11
11
}
Original file line number Diff line number Diff line change 77
77
run : cat 'megalinter-reports/megalinter-report.md' >> "$GITHUB_STEP_SUMMARY"
78
78
- if : success() || failure()
79
79
name : Remove MegaLinter Reports
80
- run : >-
80
+ run : |-
81
+ cp --archive --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md'
81
82
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports/'
82
83
- if : github.ref == 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
83
84
name : Create PR with Applied Fixes
90
91
branch : mega-linter-fix/${{ github.ref_name }}
91
92
sign-commits : true
92
93
title : " chore(mega-linter): apply linters automatic fixes"
93
- body-path : megalinter-reports /megalinter-report.md
94
+ body-path : ${{ runner.temp }} /megalinter-report.md
94
95
labels : automerge
95
96
assignees : ${{ github.repository_owner }}
96
97
reviewers : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments