Skip to content

Commit 779f2c6

Browse files
test(CHANGELOG): add GH action step summaries from check
1 parent 4d91238 commit 779f2c6

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
@@ -39,4 +39,4 @@ jobs:
3939

4040
- name: Run `cargo xtask changelog …`
4141
run: |
42-
cargo xtask changelog --emit-github-messages "origin/${{ github.event.pull_request.base.ref }}"
42+
cargo --quiet xtask changelog --emit-github-messages "origin/${{ github.event.pull_request.base.ref }}" 2> >(tee --append "$GITHUB_STEP_SUMMARY" >&2)

0 commit comments

Comments
 (0)