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 4d91238 commit 779f2c6Copy full SHA for 779f2c6
.github/workflows/changelog.yml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Run `cargo xtask changelog …`
41
run: |
42
- cargo xtask changelog --emit-github-messages "origin/${{ github.event.pull_request.base.ref }}"
+ cargo --quiet xtask changelog --emit-github-messages "origin/${{ github.event.pull_request.base.ref }}" 2> >(tee --append "$GITHUB_STEP_SUMMARY" >&2)
0 commit comments