From 9082bed441fa155d130d6fc21d4e28995c76ca62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 6 Mar 2025 14:40:42 +0100 Subject: [PATCH] Redirect stderr to file in dry-run workflow sync-team outputs everything through logs to stderr. --- .github/workflows/dry-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dry-run.yml b/.github/workflows/dry-run.yml index d40b05cf0..822481ce0 100644 --- a/.github/workflows/dry-run.yml +++ b/.github/workflows/dry-run.yml @@ -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: |