mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Fix Release Nightly (#10186)
This commit is contained in:
committed by
GitHub
parent
1d24f95a3f
commit
6ef78cbbe9
@@ -31,7 +31,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Create and Approve Pull Request'
|
||||
if: "inputs.dry-run == 'false'"
|
||||
if: "inputs.dry-run != 'true'"
|
||||
env:
|
||||
GH_TOKEN: '${{ inputs.github-token }}'
|
||||
shell: 'bash'
|
||||
|
||||
Reference in New Issue
Block a user