fix(infra) - Fix how we download and upload repo names (#11613)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-21 16:33:54 -04:00
committed by GitHub
parent dd3b1cb653
commit f5e07d94bd
2 changed files with 21 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ jobs:
REPO_NAME: '${{ github.event.repository.name }}'
run: |
mkdir -p ./pr
echo '$REPO_NAME' > ./pr/repo_name
echo '${{ env.REPO_NAME }}' > ./pr/repo_name
- uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
with:
name: 'repo_name'