mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Mk fix nightly (#8669)
This commit is contained in:
@@ -45,10 +45,11 @@ runs:
|
||||
GH_TOKEN: '${{ steps.generate_token.outputs.token }}'
|
||||
shell: 'bash'
|
||||
run: |
|
||||
gh pr create \
|
||||
set -e
|
||||
PR_URL=$(gh pr create \
|
||||
--title "${{ inputs.pr-title }}" \
|
||||
--body "${{ inputs.pr-body }}" \
|
||||
--base "${{ inputs.base-branch }}" \
|
||||
--head "${{ inputs.branch-name }}" \
|
||||
--fill
|
||||
gh pr merge --auto --squash
|
||||
--fill)
|
||||
gh pr merge "$PR_URL" --auto --squash
|
||||
|
||||
Reference in New Issue
Block a user