add mising working dir

This commit is contained in:
mkorwel
2025-09-26 10:20:23 -07:00
parent 836114888a
commit b7b3599cc3

View File

@@ -22,6 +22,10 @@ inputs:
description: 'Whether to run in dry-run mode.'
required: false
default: 'false'
working-directory:
description: 'The working directory to run the commands in.'
required: false
default: '.'
runs:
using: 'composite'
@@ -31,6 +35,7 @@ runs:
env:
GH_TOKEN: '${{ inputs.github-token }}'
shell: 'bash'
working-directory: '${{ inputs.working-directory }}'
run: |
set -e
PR_URL=$(gh pr create \