We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d133dc1 commit 5ec93a2Copy full SHA for 5ec93a2
.github/workflows/changelog.yml
@@ -44,4 +44,4 @@ jobs:
44
# NOTE: Keep label name(s) in sync. with `xtask`'s implementation.
45
- name: Run `cargo xtask changelog …`
46
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"
+ 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