From bd58fcf50d1e96f180342781baebf905a5d3c19b Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 24 May 2023 11:21:35 +0200 Subject: [PATCH] Fixed a bug with the action path --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 419a7c1..3931e72 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,9 +31,6 @@ _git_changes() { } # PROGRAM -# Changing to the directory -cd "$GITHUB_ACTION_PATH" - echo "Running autopep8..." autopep8 $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"