mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
Remove poe output
This commit is contained in:
parent
ef4e98389c
commit
aff43d8d62
2 changed files with 2 additions and 2 deletions
2
.github/workflows/make_release.yaml
vendored
2
.github/workflows/make_release.yaml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
{
|
||||
echo 'changelog<<EOF'
|
||||
poe changelog
|
||||
poe --quiet changelog
|
||||
echo EOF
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test-changelog.yaml
vendored
2
.github/workflows/test-changelog.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |
|
||||
{
|
||||
echo 'changelog<<EOF'
|
||||
poe changelog
|
||||
poe --quiet changelog
|
||||
echo EOF
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue