Skip to content

Commit

Permalink
Merge pull request #133 from greenfiling/fix-empty-working_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD authored Nov 24, 2024
2 parents f32e6a9 + a3561a8 commit 9991486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ _git_changed() {
(
# PROGRAM
# Changing to the directory
if [ -z "$INPUT_WORKING_DIRECTORY" ] ; then
INPUT_WORKING_DIRECTORY=$GITHUB_ACTION_PATH
fi
cd "$INPUT_WORKING_DIRECTORY"

echo "Installing prettier..."
Expand Down

0 comments on commit 9991486

Please sign in to comment.