mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -07:00
add mising working dir
This commit is contained in:
@@ -22,6 +22,10 @@ inputs:
|
|||||||
description: 'Whether to run in dry-run mode.'
|
description: 'Whether to run in dry-run mode.'
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
default: 'false'
|
||||||
|
working-directory:
|
||||||
|
description: 'The working directory to run the commands in.'
|
||||||
|
required: false
|
||||||
|
default: '.'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
@@ -31,6 +35,7 @@ runs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: '${{ inputs.github-token }}'
|
GH_TOKEN: '${{ inputs.github-token }}'
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
|
working-directory: '${{ inputs.working-directory }}'
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
PR_URL=$(gh pr create \
|
PR_URL=$(gh pr create \
|
||||||
|
|||||||
Reference in New Issue
Block a user