From 3443946087953fe0d8d7d80ba2419401742b8874 Mon Sep 17 00:00:00 2001 From: shishu314 Date: Tue, 21 Oct 2025 15:33:00 -0400 Subject: [PATCH] fix(infra) - Fix issues with downloading repo artifact (#11606) Co-authored-by: gemini-cli-robot --- .github/workflows/test_chained_e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_chained_e2e.yml b/.github/workflows/test_chained_e2e.yml index 769abd97c4..f6a79d75ea 100644 --- a/.github/workflows/test_chained_e2e.yml +++ b/.github/workflows/test_chained_e2e.yml @@ -75,8 +75,7 @@ jobs: const path = require('path'); const temp = '${{ runner.temp }}/artifacts'; const repo_name = Number(fs.readFileSync(path.join(temp, 'repo_name'))); - core.setOutput('repo_name', repo_name);' - core: true + core.setOutput('repo_name', repo_name); - name: 'Output Input Repo Name' if: "${{ github.event_name != 'workflow_run' }}" id: 'output-input-repo-name'