Skip to content

Commit cd3788a

Browse files
committed
working-dir: update git stat to use input.working-dir
Author: Alexi Kessler <alexi@synqly.com>
1 parent cee67ce commit cd3788a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ runs:
117117
CREATE_PR: ${{ inputs.create-pr }}
118118
shell: bash
119119
run: |
120+
cd "${{ inputs.working-dir }}"
120121
git diff --stat
121122
echo "create_pr_update=false" >> $GITHUB_OUTPUT
122123
if [[ $(git diff --stat) != '' ]] && [[ "${CREATE_PR}" == 'true' ]]; then

0 commit comments

Comments
 (0)