Skip to content

Commit

Permalink
Merge pull request #1684 from Kobzol/dry-run-stderr
Browse files Browse the repository at this point in the history
Redirect stderr to file in dry-run workflow
  • Loading branch information
marcoieni authored Mar 6, 2025
2 parents 03dbd96 + 9082bed commit 05dafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# Perform build and execution separately to avoid any potential output from
# cargo leaking into the output file.
cargo build --release
./target/release/sync-team print-plan --services github --team-json team-api > output.txt
./target/release/sync-team print-plan --services github --team-json team-api 2> output.txt
- name: Prepare comment
run: |
Expand Down

0 comments on commit 05dafb0

Please sign in to comment.