mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 10:31:16 -07:00
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:
3
.github/workflows/test_chained_e2e.yml
vendored
3
.github/workflows/test_chained_e2e.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user