Remove poe output

This commit is contained in:
Šarūnas Nejus 2024-12-02 12:54:17 +00:00
parent ef4e98389c
commit aff43d8d62
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ jobs:
run: |
{
echo 'changelog<<EOF'
poe changelog
poe --quiet changelog
echo EOF
} >> "$GITHUB_OUTPUT"

View file

@ -31,7 +31,7 @@ jobs:
run: |
{
echo 'changelog<<EOF'
poe changelog
poe --quiet changelog
echo EOF
} >> "$GITHUB_OUTPUT"
test: