mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -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:
@@ -75,8 +75,7 @@ jobs:
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const temp = '${{ runner.temp }}/artifacts';
|
const temp = '${{ runner.temp }}/artifacts';
|
||||||
const repo_name = Number(fs.readFileSync(path.join(temp, 'repo_name')));
|
const repo_name = Number(fs.readFileSync(path.join(temp, 'repo_name')));
|
||||||
core.setOutput('repo_name', repo_name);'
|
core.setOutput('repo_name', repo_name);
|
||||||
core: true
|
|
||||||
- name: 'Output Input Repo Name'
|
- name: 'Output Input Repo Name'
|
||||||
if: "${{ github.event_name != 'workflow_run' }}"
|
if: "${{ github.event_name != 'workflow_run' }}"
|
||||||
id: 'output-input-repo-name'
|
id: 'output-input-repo-name'
|
||||||
|
|||||||
Reference in New Issue
Block a user