mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
workflows: fix authors-file
This commit is contained in:
parent
fffb947f51
commit
7712d34c7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/authors-file.yml
vendored
2
.github/workflows/authors-file.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
git add AUTHORS
|
||||
git log --format='format:%aN <%aE>' "$(
|
||||
git merge-base HEAD^1 HEAD^2
|
||||
)..HEAD^2" | sed '/^(dependabot|github-actions)\[bot] /d' >> AUTHORS
|
||||
)..HEAD^2" | sed -E '/^(dependabot|github-actions)\[bot] /d' >> AUTHORS
|
||||
sort -uo AUTHORS AUTHORS
|
||||
git diff AUTHORS >> AUTHORS.diff
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue