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 05dafb0 commit 7060437Copy full SHA for 7060437
.github/workflows/dry-run.yml
@@ -135,7 +135,7 @@ jobs:
135
# Perform build and execution separately to avoid any potential output from
136
# cargo leaking into the output file.
137
cargo build --release
138
- ./target/release/sync-team print-plan --services github --team-json team-api 2> output.txt
+ ./target/release/sync-team print-plan --services github --team-json team-api 2>&1 | tee -a output.txt
139
140
- name: Prepare comment
141
run: |
0 commit comments