Skip to content

Commit b7b3599

Browse files
committed
add mising working dir
1 parent 8361148 commit b7b3599

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/create-pull-request/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ inputs:
2222
description: 'Whether to run in dry-run mode.'
2323
required: false
2424
default: 'false'
25+
working-directory:
26+
description: 'The working directory to run the commands in.'
27+
required: false
28+
default: '.'
2529

2630
runs:
2731
using: 'composite'
@@ -31,6 +35,7 @@ runs:
3135
env:
3236
GH_TOKEN: '${{ inputs.github-token }}'
3337
shell: 'bash'
38+
working-directory: '${{ inputs.working-directory }}'
3439
run: |
3540
set -e
3641
PR_URL=$(gh pr create \

0 commit comments

Comments
 (0)