Skip to content

Commit

Permalink
fix: Missing log output
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 3, 2024
1 parent f7303aa commit 9dde372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
set -o pipefail
echo "log<<EOF" >> $GITHUB_OUTPUT
npx --package @apt-repositories/generator@$GENERATOR_VERSION --command generate "apt/$DEBIAN_ROOT/$DEBIAN_RELEASE/$DEBIAN_COMPONENT" | tee --append $GITHUB_OUTPUT
2>&1 npx --package @apt-repositories/generator@$GENERATOR_VERSION --command generate "apt/$DEBIAN_ROOT/$DEBIAN_RELEASE/$DEBIAN_COMPONENT" | tee --append $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
set +o pipefail
Expand All @@ -84,7 +84,7 @@ jobs:
set -o pipefail
echo "log<<EOF" >> $GITHUB_OUTPUT
npx --package @apt-repositories/generator@$GENERATOR_VERSION --command observe "apt/$DEBIAN_ROOT-observable/$DEBIAN_RELEASE/$DEBIAN_COMPONENT" | tee --append $GITHUB_OUTPUT
2>&1 npx --package @apt-repositories/generator@$GENERATOR_VERSION --command observe "apt/$DEBIAN_ROOT-observable/$DEBIAN_RELEASE/$DEBIAN_COMPONENT" | tee --append $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
set +o pipefail
Expand Down

0 comments on commit 9dde372

Please sign in to comment.