From 6dd32efb436224882f55ae18f9ea5e9149e7df01 Mon Sep 17 00:00:00 2001 From: Billy Lynch Date: Mon, 4 Mar 2024 09:03:14 -0500 Subject: [PATCH] Remove GITSIGN_LOG env variable. I don't think we're really using this meaningfully (since we fallback to tty for debug output). This should also fix the remaining e2e test failures. Signed-off-by: Billy Lynch --- .github/workflows/e2e.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index fc99330b..bdf0195f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,10 +28,6 @@ jobs: security-events: none statuses: none - env: - # Output logs to file in case we need to inspect errors. - GITSIGN_LOG: "/tmp/gitsign.log" - steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: