mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Update workflow so gemini can see variables.
This commit is contained in:
@@ -57,18 +57,15 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Generate Changelog with Gemini'
|
- name: 'Generate Changelog with Gemini'
|
||||||
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
|
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
|
||||||
env:
|
|
||||||
VERSION: '${{ steps.release_info.outputs.VERSION }}'
|
|
||||||
RAW_CHANGELOG: '${{ steps.release_info.outputs.RAW_CHANGELOG }}'
|
|
||||||
with:
|
with:
|
||||||
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
|
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
|
||||||
prompt: |
|
prompt: |
|
||||||
Activate the 'docs-changelog' skill.
|
Activate the 'docs-changelog' skill.
|
||||||
|
|
||||||
**Release Information:**
|
**Release Information:**
|
||||||
- New Version: $VERSION
|
- New Version: ${{ steps.release_info.outputs.VERSION }}
|
||||||
- Release Date: $TIME
|
- Release Date: ${{ steps.release_info.outputs.TIME }}
|
||||||
- Raw Changelog Data: $RAW_CHANGELOG
|
- Raw Changelog Data: ${{ steps.release_info.outputs.RAW_CHANGELOG }}
|
||||||
|
|
||||||
Execute the release notes generation process using the information provided.
|
Execute the release notes generation process using the information provided.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user