mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
update nightly
This commit is contained in:
@@ -30,12 +30,17 @@ jobs:
|
|||||||
issues: 'write'
|
issues: 'write'
|
||||||
pull-requests: 'write'
|
pull-requests: 'write'
|
||||||
steps:
|
steps:
|
||||||
|
- name: 'Checkout'
|
||||||
|
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: 'Checkout Release Code'
|
- name: 'Checkout Release Code'
|
||||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||||
with:
|
with:
|
||||||
ref: '${{ github.event.inputs.ref }}'
|
ref: '${{ github.event.inputs.ref }}'
|
||||||
fetch-depth: 0
|
|
||||||
path: 'release'
|
path: 'release'
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: 'Setup Node.js'
|
- name: 'Setup Node.js'
|
||||||
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
|
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
|
||||||
@@ -50,9 +55,9 @@ jobs:
|
|||||||
- name: 'Run Tests'
|
- name: 'Run Tests'
|
||||||
if: "${{github.event.inputs.force_skip_tests != 'true'}}"
|
if: "${{github.event.inputs.force_skip_tests != 'true'}}"
|
||||||
uses: './.github/actions/run-tests'
|
uses: './.github/actions/run-tests'
|
||||||
working-directory: './release'
|
|
||||||
with:
|
with:
|
||||||
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
|
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
|
||||||
|
working-directory: './release'
|
||||||
|
|
||||||
- name: 'Get Nightly Version'
|
- name: 'Get Nightly Version'
|
||||||
id: 'nightly_version'
|
id: 'nightly_version'
|
||||||
|
|||||||
Reference in New Issue
Block a user