Skip to content

Commit 5ec93a2

Browse files
fixup! test(CHANGELOG): add GH action step summaries from check
1 parent d133dc1 commit 5ec93a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
# NOTE: Keep label name(s) in sync. with `xtask`'s implementation.
4545
- name: Run `cargo xtask changelog …`
4646
run: |
47-
cargo xtask changelog --emit-github-messages ${{ contains(github.event.issue.labels.*.name, 'changelog: released entry changed') && '--warn-only' || '' }} "origin/${{ github.event.pull_request.base.ref }}" >> "$GITHUB_STEP_SUMMARY"
47+
cargo --quiet xtask changelog --emit-github-messages ${{ contains(github.event.issue.labels.*.name, 'changelog: released entry changed') && '--warn-only' || '' }} "origin/${{ github.event.pull_request.base.ref }}" 2> >(tee --append "$GITHUB_STEP_SUMMARY" >&2)

0 commit comments

Comments
 (0)