fix(infra) - Fix issues with downloading repo artifact (#11606)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-21 15:33:00 -04:00
committed by GitHub
parent e49f4673f2
commit 3443946087

View File

@@ -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'