Fixed a bug with the action path

This commit is contained in:
2023-05-24 11:21:35 +02:00
parent 8595edd403
commit bd58fcf50d

View File

@@ -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!"